mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
* Calendar: Fix notifications show actions for alarm notify messages
This commit is contained in:
@ -186,7 +186,7 @@ class notifications_ajax {
|
||||
foreach ($rs as $notification) {
|
||||
$actions = null;
|
||||
$data = json_decode($notification['notify_data'], true);
|
||||
if ($data['appname'])
|
||||
if ($data['appname'] && $data['data'])
|
||||
{
|
||||
$_actions = Api\Hooks::process (array(
|
||||
'location' => 'notifications_actions',
|
||||
|
Reference in New Issue
Block a user