You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-06 06:42:37 +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)) {
|
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.");
|
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?
|
// don't revert back to $old?
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
setlocale(LC_ALL, $old); // revert back.
|
setlocale(LC_ALL, $old); // revert back.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user