projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44dbd7a
)
Fix notification method call
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 14 Aug 2009 22:48:37 +0000
(18:48 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 14 Aug 2009 22:48:37 +0000
(18:48 -0400)
kronolith/attendees.php
patch
|
blob
|
history
diff --git
a/kronolith/attendees.php
b/kronolith/attendees.php
index
b4cc64a
..
5113a46
100644
(file)
--- 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';