mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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->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);
|
$this->config = (object)config::read(self::_appname);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user