Twitter-compatible API: removed redundant decoding step; already taken care of by util.php's common_render_content()

darcs-hash:20080813193327-ca946-c0160fbcc04771e39e303470d3418e84973a8189.gz
This commit is contained in:
zach 2008-08-13 15:33:27 -04:00
parent 7554f2561c
commit a95242bd1d
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ class TwitapistatusesAction extends TwitterapiAction {
$user = $apidata['user'];
$status = htmlspecialchars_decode($this->trimmed('status'));
$status = $this->trimmed('status');
$source = $this->trimmed('source');
if (!$source) {