mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed exception in notifications: "cannot send notifications. No sender supplied"
This commit is contained in:
parent
92a97ea4d9
commit
ea18bc75b5
@ -92,7 +92,7 @@ class notifications_ajax {
|
||||
{
|
||||
$this->response = new xajaxResponse();
|
||||
}
|
||||
$this->recipient = (object)$GLOBALS['egw']->accounts->read();
|
||||
$this->recipient = (object)$GLOBALS['egw']->accounts->read($GLOBALS['egw_info']['user']['account_id']);
|
||||
|
||||
$this->config = (object)config::read(self::_appname);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user