From: Roland Haeder Date: Sat, 8 Apr 2017 18:07:28 +0000 (+0200) Subject: more spaces! ;-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cd697e0d7cc277ba8f5e3031e346b5ae173c9157;p=friendica.git more spaces! ;-) Signed-off-by: Roland Haeder --- diff --git a/include/conversation.php b/include/conversation.php index a737c98c5f..0868233b3d 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1415,9 +1415,9 @@ function conv_sort($arr, $order) { } } - if (stristr($order,'created')) { + if (stristr($order, 'created')) { usort($parents,'sort_thr_created'); - } elseif (stristr($order,'commented')) { + } elseif (stristr($order, 'commented')) { usort($parents,'sort_thr_commented'); }