Bugfix in LocaleController
This commit is contained in:
parent
c55a3a4d74
commit
192c4e884f
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue