You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
Automatic code style fixes
This commit is contained in:
@ -23,8 +23,7 @@ $old = setlocale(LC_ALL, 'C');
|
||||
if (preg_match('/_TR/i', $old)) {
|
||||
error_log("WARNING: You may have a Turkish locale set; this breaks the loading of some libraries (Smarty) we depend upon.");
|
||||
// don't revert back to $old?
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
setlocale(LC_ALL, $old); // revert back.
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user