From: Brion Vibber Date: Thu, 28 Jan 2010 03:58:33 +0000 (-0800) Subject: fix notice -- drop unused return value of variable that isn't initialized :) thx... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fbd52111e1cc68a1a2710701ae0a146bcce5580e;p=quix0rs-gnu-social.git fix notice -- drop unused return value of variable that isn't initialized :) thx @ g0 for the catch --- diff --git a/classes/Notice.php b/classes/Notice.php index 6b364fb5ce..90e3e76ef3 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1378,8 +1378,6 @@ class Notice extends Memcached_DataObject } $reply->free(); - - return $ids; } function clearRepeats()