more spaces! ;-)
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
0319517f94
commit
cd697e0d7c
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue