forked from GNUsocial/gnu-social
copy-and-paste typo in profile deletion
This commit is contained in:
parent
94e3f6bb09
commit
be513db013
@ -523,7 +523,7 @@ class Profile extends Memcached_DataObject
|
||||
{
|
||||
$tag = new Profile_tag();
|
||||
$tag->tagged = $this->id;
|
||||
$msg->delete();
|
||||
$tag->delete();
|
||||
}
|
||||
|
||||
function _deleteBlocks()
|
||||
|
Loading…
Reference in New Issue
Block a user