From 74a62bf4224e03827d6ba3ac80256be4f74d110b Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 31 Dec 2011 20:25:41 -0500 Subject: Fixes #4208 notifications do not use site guid --- engine/lib/notification.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib/notification.php') diff --git a/engine/lib/notification.php b/engine/lib/notification.php index eb7e594c6..5a2f5f8ac 100644 --- a/engine/lib/notification.php +++ b/engine/lib/notification.php @@ -487,6 +487,7 @@ function object_notifications($event, $object_type, $object) { // (Person defined by container_guid so we can also subscribe to groups if we want) foreach ($NOTIFICATION_HANDLERS as $method => $foo) { $interested_users = elgg_get_entities_from_relationship(array( + 'site_guids' => ELGG_ENTITIES_ANY_VALUE, 'relationship' => 'notify' . $method, 'relationship_guid' => $object->container_guid, 'inverse_relationship' => TRUE, -- cgit v1.2.3