From: Evan Prodromou Date: Fri, 2 Oct 2009 19:42:34 +0000 (-0400) Subject: copy-and-paste typo in profile deletion X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be513db013b6079d3ff32fdb0bb332cdbace1798;p=quix0rs-gnu-social.git copy-and-paste typo in profile deletion --- diff --git a/classes/Profile.php b/classes/Profile.php index 463802b4ee..8385ebf889 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()