]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipsdestroy.php
New DB_DataObject for storing favorites tally
[quix0rs-gnu-social.git] / actions / apifriendshipsdestroy.php
index 551d016823ba143a1057cbac84ca6cbda0f1962e..21da23ef7cbc9500b85991e62fd03e3dada8f844 100644 (file)
@@ -88,6 +88,7 @@ class ApiFriendshipsDestroyAction extends ApiAuthAction
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
             $this->clientError(
+                // TRANS: Client error. POST is a HTTP command. It should not be translated.
                 _('This method requires a POST.'),
                 400,
                 $this->format