mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix Java desktop notifications, thanks to Stefan Werfling
This commit is contained in:
parent
08d2b52d2a
commit
bb35df1cc1
@ -76,7 +76,7 @@ class notifications_jdesk_ajax {
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->response = new Api\Json\Response();
|
||||
$this->response = Api\Json\Response::get();
|
||||
|
||||
$this->recipient = (object)$GLOBALS['egw']->accounts->read($GLOBALS['egw_info']['user']['account_id']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user