From 4c78a3f5073abaf0a2aa93872e2ecb110652368f Mon Sep 17 00:00:00 2001 From: rylon Date: Mon, 21 Oct 2013 10:31:54 +0200 Subject: [PATCH] fixed locale --- system/locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/locale.php b/system/locale.php index c309f0d..3880ffd 100644 --- a/system/locale.php +++ b/system/locale.php @@ -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; }