summaryrefslogtreecommitdiff
path: root/actions/apistatusesupdate.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-12-11 11:33:26 -0500
committerEvan Prodromou <evan@status.net>2009-12-11 11:33:26 -0500
commit89256fa754c1e03b822b8eeac388cc822b3c58ca (patch)
treef5b82c4d3643475a21e0c0e6082ffc22bc60e307 /actions/apistatusesupdate.php
parent79f81ad76d413908c097c121912eff233aebc483 (diff)
fix typo in API arg creation
Diffstat (limited to 'actions/apistatusesupdate.php')
-rw-r--r--actions/apistatusesupdate.php2
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);