api since_id bug
api since_id bug
| Issue ID: | 937 |
| Issue Category: | bug |
| Component: | uncategorized |
| Priority: | normal |
| Status: | irreproducible |
| Assigned: | evan |
| Milestone: | 1.0 |
Sql command error when access api witn since_id
found bug in function getStreamDirect (classes/Notice.php)
should be
# Allow ORDER override
if ($order) {
$qry .= ' '.$order;
} else {
$qry .= ' ORDER BY notice.created DESC, notice.id DESC ';
}

Updates
You can also subscribe to the
RSS feed for updates to this issue.