From a37c0c7f9be3182e1703b3191719c47e49917761 Mon Sep 17 00:00:00 2001 From: shish Date: Sun, 8 Jul 2007 21:58:07 +0000 Subject: [PATCH] add a reference for the bug git-svn-id: file:///home/shish/svn/shimmie2/trunk@249 7f39781d-f577-437e-ae19-be835c7a54ca --- core/util.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/util.inc.php b/core/util.inc.php index 8465b1ee..e36e8c54 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -326,7 +326,7 @@ function add_event_listener($block, $pos=50) { function send_event($event) { global $_event_listeners; - $my_event_listeners = $_event_listeners; + $my_event_listeners = $_event_listeners; // http://bugs.php.net/bug.php?id=35106 ksort($my_event_listeners); foreach($my_event_listeners as $listener) { $listener->receive_event($event);