summaryrefslogtreecommitdiff
path: root/classes/Profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Profile.php')
-rw-r--r--classes/Profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Profile.php b/classes/Profile.php
index 463802b4e..8385ebf88 100644
--- a/classes/Profile.php
+++ b/classes/Profile.php
@@ -523,7 +523,7 @@ class Profile extends Memcached_DataObject
{
$tag = new Profile_tag();
$tag->tagged = $this->id;
- $msg->delete();
+ $tag->delete();
}
function _deleteBlocks()