also fix calls to deprecated ajaxResponse class to use egw_json_response singleton, should be fixed in code for current apps

This commit is contained in:
Ralf Becker 2013-08-25 15:16:26 +00:00
parent 46f81649eb
commit 113943d000

View File

@ -121,8 +121,6 @@ class notifications_ajax {
}
$this->get_egwpopup($browserNotify);
return $this->response->getXML();
}
/**