diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 16:39:17 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 16:39:17 +0000 |
commit | 0b56fd406382b703833c673976c94dc5a87ab7e6 (patch) | |
tree | 6f498f1b373bd9f7f2a6bf4030cc5c19b2d84da3 /engine | |
parent | d47c5951c46a9b7dda857685079cf39ab85e948c (diff) | |
download | elgg-0b56fd406382b703833c673976c94dc5a87ab7e6.tar.gz elgg-0b56fd406382b703833c673976c94dc5a87ab7e6.tar.bz2 |
Lists of comments etc no longer display "none found" if there aren't any.
git-svn-id: https://code.elgg.org/elgg/trunk@1609 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/elgglib.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index 698ea339c..0f15e3092 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -434,6 +434,7 @@ 'offset' => $offset,
'count' => $count,
'word' => 'annoff',
+ 'nonefound' => false,
));
|