Merge branch 'master' of mojotrollz.eu:system

This commit is contained in:
messerbill 2013-11-04 14:36:59 +01:00
commit 68d683568e

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;
}