X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapistatusesdestroy.php;h=f7d52f020813d5285bb5e2d42f2f46f833bba743;hb=1eeb23e1e3b77de056791a74cd3e4f5c02d68510;hp=8dc8793b53adc88ddb4faf3fb8c68bb4831a9140;hpb=870b091693531ba9aca20a0b0fa64ec326d72725;p=quix0rs-gnu-social.git diff --git a/actions/apistatusesdestroy.php b/actions/apistatusesdestroy.php index 8dc8793b53..f7d52f0208 100644 --- a/actions/apistatusesdestroy.php +++ b/actions/apistatusesdestroy.php @@ -99,7 +99,7 @@ class ApiStatusesDestroyAction extends ApiAuthAction parent::handle($args); if (!in_array($this->format, array('xml', 'json'))) { - $this->clientError(_('API method not found!'), $code = 404); + $this->clientError(_('API method not found.'), $code = 404); return; }