less debug info to syslog

This commit is contained in:
root 2010-11-25 09:26:06 +01:00
parent 1ad3b9d49d
commit ad510d4712

View file

@ -26,7 +26,7 @@ class I18n {
protected function __construct() {
$options = array(
'log' => Log::Log(),
'logUntranslated' => true
'logUntranslated' => false
);
$locale = L10n::getInstance();