]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix notice -- drop unused return value of variable that isn't initialized :) thx...
authorBrion Vibber <brion@pobox.com>
Thu, 28 Jan 2010 03:58:33 +0000 (19:58 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 28 Jan 2010 03:58:33 +0000 (19:58 -0800)
classes/Notice.php

index 6b364fb5ced82c1acd438489f0bd038d25f75a63..90e3e76ef33c471fd999a5cff5b54ae819bf8cd8 100644 (file)
@@ -1378,8 +1378,6 @@ class Notice extends Memcached_DataObject
         }
 
         $reply->free();
-
-        return $ids;
     }
 
     function clearRepeats()