]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifavoritecreate.php
Consistant error for groups that dont exist in API
[quix0rs-gnu-social.git] / actions / apifavoritecreate.php
index a80a6492e9414fc7c220572bcbfd2dfc67f35e69..43673977073abbb23dd93e7c337f37e3d2d884fa 100644 (file)
@@ -127,7 +127,7 @@ class ApiFavoriteCreateAction extends ApiAuthAction
 
         if (empty($fave)) {
             $this->clientError(
-                _('Could not create favorite.')
+                _('Could not create favorite.'),
                 403,
                 $this->format
             );