fixed locale

This commit is contained in:
Ulf Gebhardt 2013-10-21 10:31:54 +02:00
parent 097ed3a20c
commit 4c78a3f507

View File

@ -10,7 +10,7 @@ class locale {
\SYSTEM\SECURITY\Security::save(self::SESSION_KEY, $lang);
if(\SYSTEM\SECURITY\Security::isLoggedIn()){
\SYSTEM\SECURITY\Security::_db_setLocale(\SYSTEM\system::getSystemDBInfo(), $lang);} //TODO: connection def move somewhere?
\SYSTEM\SECURITY\Security::_db_setLocale($lang);}
return true;
}