Pass proper types to exec to avoid errors

This commit is contained in:
Nathan Gray 2013-04-01 19:11:33 +00:00
parent 8e66bc33bf
commit 1c076aa97b

View File

@ -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();