diff options
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Channel.php b/Zotlabs/Module/Channel.php index 70774951b..39eee37bd 100644 --- a/Zotlabs/Module/Channel.php +++ b/Zotlabs/Module/Channel.php @@ -403,7 +403,7 @@ class Channel extends Controller { $item_normal $sql_extra $sql_extra2 - ORDER BY $ordering DESC + ORDER BY $ordering DESC, item_id $pager_sql", intval(App::$profile['profile_uid']) ); |