Call ajax_refreshVacationNotice as a static method

This commit is contained in:
Hadi Nategh 2014-08-11 14:24:31 +00:00
parent b8704c4ef9
commit 76f2141502

View File

@ -985,7 +985,7 @@ app.classes.mail = AppJS.extend(
*/ */
mail_callRefreshVacationNotice: function(_server) mail_callRefreshVacationNotice: function(_server)
{ {
egw.jsonq('mail.mail_ui.ajax_refreshVacationNotice',[_server]); egw.jsonq('mail_ui::ajax_refreshVacationNotice',[_server]);
}, },
/** /**