From c4dc1f3a0042302e524b03ea201cf93a3c23356e Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 14 Aug 2009 18:48:37 -0400 Subject: [PATCH] Fix notification method call --- kronolith/attendees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/attendees.php b/kronolith/attendees.php index b4cc64af1..5113a46c5 100644 --- a/kronolith/attendees.php +++ b/kronolith/attendees.php @@ -253,6 +253,6 @@ $cac->attach(); $title = _("Edit attendees"); require KRONOLITH_TEMPLATES . '/common-header.inc'; -$notification->notify(array('status')); +$notification->notify(array('listeners' => 'status')); require KRONOLITH_TEMPLATES . '/attendees/attendees.inc'; require $registry->get('templates', 'horde') . '/common-footer.inc'; -- 2.11.0