also delete blocks

This commit is contained in:
Evan Prodromou 2009-10-02 15:29:57 -04:00
parent b3b3af9a2e
commit 94e3f6bb09
1 changed files with 1 additions and 0 deletions

View File

@ -714,6 +714,7 @@ class User extends Memcached_DataObject
}
$this->_deleteTags();
$this->_deleteBlocks();
parent::delete();
}