mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
Pass proper types to exec to avoid errors
This commit is contained in:
parent
8e66bc33bf
commit
1c076aa97b
@ -239,7 +239,7 @@ class notifications_ajax {
|
||||
// create etemplate
|
||||
$tpl = new etemplate();
|
||||
$tpl->read('notifications.checkmailbox');
|
||||
$notification_message = $tpl->exec(false, $values, false, false, false, 1);
|
||||
$notification_message = $tpl->exec(false, $values, array(), array(), array(), 1);
|
||||
|
||||
// send notification
|
||||
$notification = new notifications();
|
||||
|
Loading…
Reference in New Issue
Block a user