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

View File

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