]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialProfileExtensions/actions/bio.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / plugins / GNUsocialProfileExtensions / actions / bio.php
index bc9f12cb132ee68250eaeee8aa24c790ce8ec00f..32460de426cccfb58a466b01008c9632b3489ec9 100644 (file)
@@ -43,7 +43,7 @@ class BioAction extends Action
         parent::prepare($args);
 
         $args = $this->returnToArgs();
-        $this->profile = Profile::staticGet('nickname', $args[1]['nickname']);
+        $this->profile = Profile::getKV('nickname', $args[1]['nickname']);
         //die(print_r($this->profile));
         gnusocial_profile_merge($this->profile);
         $this->avatar = $this->profile->getAvatar(96);