forked from GNUsocial/gnu-social
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
This commit is contained in:
@@ -75,7 +75,7 @@ class SphinxSearch extends SearchEngine
|
||||
{
|
||||
if ('chron' === $mode) {
|
||||
$this->sphinx->SetSortMode(SPH_SORT_ATTR_DESC, 'created_ts');
|
||||
return $this->target->orderBy('created desc');
|
||||
return $this->target->orderBy('id desc');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user