forked from GNUsocial/gnu-social
fix typo in API arg creation
This commit is contained in:
parent
79f81ad76d
commit
89256fa754
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user