]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix typo in API arg creation
authorEvan Prodromou <evan@status.net>
Fri, 11 Dec 2009 16:33:26 +0000 (11:33 -0500)
committerEvan Prodromou <evan@status.net>
Fri, 11 Dec 2009 16:33:26 +0000 (11:33 -0500)
actions/apistatusesupdate.php

index 10bbc5ace0619a3cf7a6cc519459b8afa3a6b281..dabbea92f5246c747b913a16bd70a8c3308c7a9d 100644 (file)
@@ -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);