diff --git a/notifications/inc/class.notifications_ajax.inc.php b/notifications/inc/class.notifications_ajax.inc.php index f81bf7b113..6bf4617543 100644 --- a/notifications/inc/class.notifications_ajax.inc.php +++ b/notifications/inc/class.notifications_ajax.inc.php @@ -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();