Bugfix in LocaleController
This commit is contained in:
parent
c55a3a4d74
commit
192c4e884f
@ -16,9 +16,8 @@ class LocaleController extends Zend_Controller_Action
|
||||
$locale = Application_Model_Preference::GetLocale();
|
||||
echo "var datatables_dict =" .
|
||||
file_get_contents(Application_Common_OsPath::join(
|
||||
$_SERVER["DOCUMENT_ROOT"],
|
||||
$baseUrl,
|
||||
"js/datatables/i18n/",
|
||||
dirname(__file__),
|
||||
"../../public/js/datatables/i18n/",
|
||||
$locale.".txt")
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user