Don't warn about no locale set, that is normal
parent
392d4f367f
commit
8b6e4038c4
|
@ -156,7 +156,7 @@ if ($locale) {
|
|||
$locale = locale_get_default();
|
||||
}
|
||||
} else {
|
||||
ZM\Warning('No locale set');
|
||||
#ZM\Debug('Using system locale');
|
||||
$locale = locale_get_default();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue