summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 7e44b7ce6d5..9a14cb8ed4f 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1,7 +1,7 @@
var _l10ncache = {};
function t(app,text){
if( !( app in _l10ncache )){
- $.post( oc_webroot+'/l10n/javascript.php', {'app': app}, function(jsondata){
+ $.post( oc_webroot+'/core/ajax/translations.php', {'app': app}, function(jsondata){
_l10ncache[app] = jsondata.data;
});