]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupshow.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / actions / apigroupshow.php
index a7385ffaaf5a32c1683ecbfce43bf350f79ed141..e99777e32c5326113d11a562570c28733769cb13 100644 (file)
@@ -68,7 +68,7 @@ class ApiGroupShowAction extends ApiPrivateAuthAction
         $this->group = $this->getTargetGroup($this->arg('id'));
 
         if (empty($this->group)) {
-            $alias = Group_alias::staticGet(
+            $alias = Group_alias::getKV(
                 'alias',
                 common_canonical_nickname($this->arg('id'))
             );