]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subedit.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / actions / subedit.php
index 7439904af0dd72e6fd118b2444661f4bc3752e83..062c4167cd5c0748faf31bd0758986393edf753b 100644 (file)
@@ -51,7 +51,7 @@ class SubeditAction extends Action
             return false;
         }
 
-        $this->profile = Profile::staticGet('id', $id);
+        $this->profile = Profile::getKV('id', $id);
 
         if (!$this->profile) {
             // TRANS: Client error displayed trying a change a subscription for a non-existant profile ID.