]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subscribe.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / actions / subscribe.php
index ce1d367cf894fe01a009a23dfe62d82423cecb5a..faa833ade3599be6608e37db125825d59feac294 100644 (file)
@@ -103,7 +103,7 @@ class SubscribeAction extends Action
 
         $other_id = $this->arg('subscribeto');
 
-        $this->other = Profile::staticGet('id', $other_id);
+        $this->other = Profile::getKV('id', $other_id);
 
         if (empty($this->other)) {
             // TRANS: Client error displayed trying to subscribe to a non-existing profile.