diff options
author | Evan Prodromou <evan@status.net> | 2010-01-13 00:45:12 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-13 00:45:12 -0800 |
commit | 5397249e505b6e82c814c2a7ce5bc1bfaad2adf3 (patch) | |
tree | 4ada7b61f682d53e2177a3f770a57dff0f335f61 /classes/Notice.php | |
parent | 1bbd19169f22b9405b4ee1964da7e94a228a8dd5 (diff) |
remove vestiges of Notice_inbox from cache clearing code in Notice
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index c8edc98e1..d651ef80e 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); } } } |