fixed annoying typo, that caused the lang-files to be loaded on every login

This commit is contained in:
Ralf Becker 2003-10-07 09:59:40 +00:00
parent cb01770f48
commit 10318b0554

View File

@ -347,7 +347,7 @@
$raw[$app_name][$message_id] = $content;
}
$GLOBALS['phpgw_info']['server']['lang_ctimes'][$lang][$app['name']] = filectime($appfile);
$GLOBALS['phpgw_info']['server']['lang_ctimes'][$lang][$app] = filectime($appfile);
}
}
$charset = @$raw['common']['charset'] ? $raw['common']['charset'] : $this->charset($lang);