diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-27 19:58:33 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-27 19:58:33 -0800 |
commit | fbd52111e1cc68a1a2710701ae0a146bcce5580e (patch) | |
tree | dd6902be31b1a540af4ab814f8c46cacd7a883e3 | |
parent | 5c0560a7fc7d5e7bb9c91da7cc273d2dc89e32b2 (diff) |
fix notice -- drop unused return value of variable that isn't initialized :) thx @ g0 for the catch
-rw-r--r-- | classes/Notice.php | 2 |
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() |