aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/index.php
diff options
context:
space:
mode:
authorJerome Bakker <jeabakker@coldtrick.com>2012-10-03 14:29:14 +0200
committerJerome Bakker <jeabakker@coldtrick.com>2012-10-03 14:29:14 +0200
commitf8bee7421d1c3880ba7acb3f8fd16042d598a95f (patch)
tree05f56b2faed21ecfb6c20e199ef34e0680f9f54a /mod/notifications/index.php
parent2b4ba38bf78e90cbf8c153676c95f562bb500204 (diff)
downloadelgg-f8bee7421d1c3880ba7acb3f8fd16042d598a95f.tar.gz
elgg-f8bee7421d1c3880ba7acb3f8fd16042d598a95f.tar.bz2
better usage of 'limit' in cases where this is irrelevant
Diffstat (limited to 'mod/notifications/index.php')
-rw-r--r--mod/notifications/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/index.php b/mod/notifications/index.php
index ff03cb274..a99622efd 100644
--- a/mod/notifications/index.php
+++ b/mod/notifications/index.php
@@ -28,7 +28,7 @@ if ($people_ents = elgg_get_entities_from_relationship(array(
'relationship' => 'notify',
'relationship_guid' => $user->guid,
'type' => 'user',
- 'limit' => 99999,
+ 'limit' => false,
))) {
foreach($people_ents as $ent) {