forked from GNUsocial/gnu-social
Twitter-compatible API - /statuses/update.format now decodes HTML chars, such as &
darcs-hash:20080731224911-ca946-1cb52c7592d48174437c1896c41a4dd853a9e5c7.gz
This commit is contained in:
parent
37c5e8ca3c
commit
3a124c5f53
@ -376,7 +376,7 @@ class TwitapistatusesAction extends TwitterapiAction {
|
||||
|
||||
$user = $apidata['user'];
|
||||
|
||||
$status = $this->trimmed('status');
|
||||
$status = htmlspecialchars_decode($this->trimmed('status'));
|
||||
$source = $this->trimmed('source');
|
||||
|
||||
if (!$source) {
|
||||
|
Loading…
Reference in New Issue
Block a user