diff options
author | Evan Prodromou <evan@status.net> | 2009-12-11 11:33:26 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-11 11:33:26 -0500 |
commit | 89256fa754c1e03b822b8eeac388cc822b3c58ca (patch) | |
tree | f5b82c4d3643475a21e0c0e6082ffc22bc60e307 /actions | |
parent | 79f81ad76d413908c097c121912eff233aebc483 (diff) |
fix typo in API arg creation
Diffstat (limited to 'actions')
-rw-r--r-- | actions/apistatusesupdate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apistatusesupdate.php b/actions/apistatusesupdate.php index 10bbc5ace..dabbea92f 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); |