Fix framework asks always for jdots even if the jdots is not installed

This commit is contained in:
Hadi Nategh
2016-05-18 12:39:06 +02:00
parent f102460ac9
commit 4aa1156af0
3 changed files with 7 additions and 7 deletions

View File

@ -302,7 +302,7 @@
}
//Send the sort order to the server via ajax
var req = egw.jsonq('api.jdots_framework.ajax_appsort.template', [name_array]);
var req = egw.jsonq('EGroupware\\Api\\Framework\\Ajax::ajax_appsort', [name_array]);
},
/**