mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 11:09:04 +01:00
Fix broken pushed notifications entries
This commit is contained in:
parent
c6e964036e
commit
e7ee06f66b
@ -131,7 +131,7 @@ class notifications_popup implements notifications_iface {
|
|||||||
if ($result === false) throw new Exception("Can't save notification into SQL table");
|
if ($result === false) throw new Exception("Can't save notification into SQL table");
|
||||||
$push = new Api\Json\Push($this->recipient->account_id);
|
$push = new Api\Json\Push($this->recipient->account_id);
|
||||||
$entries = self::read($this->recipient->account_id);
|
$entries = self::read($this->recipient->account_id);
|
||||||
$push->call('app.notifications.append', [$entries['rows'], null, $entries['total']]);
|
$push->call('app.notifications.append', $entries['rows'], null, $entries['total']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user