From: Evan Prodromou Date: Fri, 11 Dec 2009 16:33:26 +0000 (-0500) Subject: fix typo in API arg creation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=89256fa754c1e03b822b8eeac388cc822b3c58ca;p=quix0rs-gnu-social.git fix typo in API arg creation --- diff --git a/actions/apistatusesupdate.php b/actions/apistatusesupdate.php index 10bbc5ace0..dabbea92f5 100644 --- a/actions/apistatusesupdate.php +++ b/actions/apistatusesupdate.php @@ -231,7 +231,7 @@ class ApiStatusesUpdateAction extends ApiAuthAction } } - $content = html_entity_decode($status_shortened, ENT_NOQUOTES, 'UTF-8'), + $content = html_entity_decode($status_shortened, ENT_NOQUOTES, 'UTF-8'); $options = array('reply_to' => $reply_to);