copy-and-paste typo in profile deletion
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user