]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupmembership.php
Cleanup bad i18n format for page title on bookmarklet posting window
[quix0rs-gnu-social.git] / actions / apigroupmembership.php
index dd2843161ac13668db300a9ce00cd6a1b3b2f8e6..9f72b527cfd7a43601fcf84de764cf330bc82e63 100644 (file)
@@ -103,7 +103,7 @@ class ApiGroupMembershipAction extends ApiPrivateAuthAction
             break;
         default:
             $this->clientError(
-                _('API method not found!'),
+                _('API method not found.'),
                 404,
                 $this->format
             );
@@ -125,8 +125,7 @@ class ApiGroupMembershipAction extends ApiPrivateAuthAction
             ($this->page - 1) * $this->count,
             $this->count,
             $this->since_id,
-            $this->max_id,
-            $this->since
+            $this->max_id
         );
 
         while ($profile->fetch()) {