]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialProfileExtensions/actions/bio.php
Properly unlink all old avatars when deleting/uploading a new
[quix0rs-gnu-social.git] / plugins / GNUsocialProfileExtensions / actions / bio.php
index 32460de426cccfb58a466b01008c9632b3489ec9..269389e07dff451c2de832f3564745fe4c15f279 100644 (file)
@@ -46,7 +46,6 @@ class BioAction extends Action
         $this->profile = Profile::getKV('nickname', $args[1]['nickname']);
         //die(print_r($this->profile));
         gnusocial_profile_merge($this->profile);
-        $this->avatar = $this->profile->getAvatar(96);
 
         return true;