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:
parent
7554f2561c
commit
a95242bd1d
@ -376,7 +376,7 @@ class TwitapistatusesAction extends TwitterapiAction {
|
|||||||
|
|
||||||
$user = $apidata['user'];
|
$user = $apidata['user'];
|
||||||
|
|
||||||
$status = htmlspecialchars_decode($this->trimmed('status'));
|
$status = $this->trimmed('status');
|
||||||
$source = $this->trimmed('source');
|
$source = $this->trimmed('source');
|
||||||
|
|
||||||
if (!$source) {
|
if (!$source) {
|
||||||
|
Loading…
Reference in New Issue
Block a user