more spaces! ;-)

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-04-08 20:07:28 +02:00
parent 0319517f94
commit cd697e0d7c
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 2 additions and 2 deletions

View File

@ -1415,9 +1415,9 @@ function conv_sort($arr, $order) {
} }
} }
if (stristr($order,'created')) { if (stristr($order, 'created')) {
usort($parents,'sort_thr_created'); usort($parents,'sort_thr_created');
} elseif (stristr($order,'commented')) { } elseif (stristr($order, 'commented')) {
usort($parents,'sort_thr_commented'); usort($parents,'sort_thr_commented');
} }