less debug info to syslog
This commit is contained in:
parent
1ad3b9d49d
commit
ad510d4712
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class I18n {
|
|||
protected function __construct() {
|
||||
$options = array(
|
||||
'log' => Log::Log(),
|
||||
'logUntranslated' => true
|
||||
'logUntranslated' => false
|
||||
);
|
||||
|
||||
$locale = L10n::getInstance();
|
||||
|
|
Loading…
Reference in a new issue