From 76f2141502454ead7948a47d285a5f6668f4d672 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 11 Aug 2014 14:24:31 +0000 Subject: [PATCH] Call ajax_refreshVacationNotice as a static method --- mail/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index 06321e48be..05489a24ce 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -985,7 +985,7 @@ app.classes.mail = AppJS.extend( */ mail_callRefreshVacationNotice: function(_server) { - egw.jsonq('mail.mail_ui.ajax_refreshVacationNotice',[_server]); + egw.jsonq('mail_ui::ajax_refreshVacationNotice',[_server]); }, /**