diff options
author | millette <millette@controlyourself.ca> | 2008-12-03 11:49:42 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-12-03 11:49:42 -0500 |
commit | 51dda412113d168476fabd15f346678bd2d301b6 (patch) | |
tree | 2ad42f170037575d3d637d5bae3d951ab85f47e6 /classes/Notice.php | |
parent | 9c3fdeeafb83899af5b5e1fc15147d0a5fa9043f (diff) |
delete user and all traces from the db.
darcs-hash:20081203164942-099f7-ea511948139c9c18b1c8b7de018aa4f0ee5ff624.gz
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index 83862ae95..8de34f39c 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -61,7 +61,7 @@ class Notice extends Memcached_DataObject $this->blowCaches(true); $this->blowFavesCache(true); $this->blowInboxes(); - parent::delete(); + return parent::delete(); } function saveTags() { |