aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/notification.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-23 16:54:33 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-23 16:54:33 +0000
commit3ffc92b3d7693b669f6d1b4675eba1e6dbde4492 (patch)
treec3006a98442556ea1e819f2df16e10d8d580cc21 /engine/lib/notification.php
parent5224445f7c0aa192ad5c609b621020b8873e447f (diff)
downloadelgg-3ffc92b3d7693b669f6d1b4675eba1e6dbde4492.tar.gz
elgg-3ffc92b3d7693b669f6d1b4675eba1e6dbde4492.tar.bz2
Refs #2804 #2805 pulling changes in trunk from 1.7 branch
git-svn-id: http://code.elgg.org/elgg/trunk@7915 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/notification.php')
-rw-r--r--engine/lib/notification.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/notification.php b/engine/lib/notification.php
index 5b53a4a10..44539d8b5 100644
--- a/engine/lib/notification.php
+++ b/engine/lib/notification.php
@@ -19,6 +19,7 @@
*/
/** Notification handlers */
+global $NOTIFICATION_HANDLERS;
$NOTIFICATION_HANDLERS = array();
/**