fix typo in API arg creation

This commit is contained in:
Evan Prodromou 2009-12-11 11:33:26 -05:00
parent 79f81ad76d
commit 89256fa754
1 changed files with 1 additions and 1 deletions

View File

@ -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);