copy-and-paste typo in profile deletion

This commit is contained in:
Evan Prodromou 2009-10-02 15:42:34 -04:00
parent 94e3f6bb09
commit be513db013
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ class Profile extends Memcached_DataObject
{
$tag = new Profile_tag();
$tag->tagged = $this->id;
$msg->delete();
$tag->delete();
}
function _deleteBlocks()