summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-01-27 19:58:33 -0800
committerBrion Vibber <brion@pobox.com>2010-01-27 19:58:33 -0800
commitfbd52111e1cc68a1a2710701ae0a146bcce5580e (patch)
treedd6902be31b1a540af4ab814f8c46cacd7a883e3 /classes/Notice.php
parent5c0560a7fc7d5e7bb9c91da7cc273d2dc89e32b2 (diff)
fix notice -- drop unused return value of variable that isn't initialized :) thx @ g0 for the catch
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 6b364fb5c..90e3e76ef 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -1378,8 +1378,6 @@ class Notice extends Memcached_DataObject
}
$reply->free();
-
- return $ids;
}
function clearRepeats()