From: Evan Prodromou Date: Wed, 13 Jan 2010 08:45:12 +0000 (-0800) Subject: remove vestiges of Notice_inbox from cache clearing code in Notice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5397249e505b6e82c814c2a7ce5bc1bfaad2adf3;p=quix0rs-gnu-social.git remove vestiges of Notice_inbox from cache clearing code in Notice --- diff --git a/classes/Notice.php b/classes/Notice.php index c8edc98e1a..d651ef80ed 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -498,9 +498,6 @@ class Notice extends Memcached_DataObject $original->free(); unset($original); } - - $ni->free(); - unset($ni); } } }