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