]> git.mxchange.org Git - friendica.git/commitdiff
more spaces! ;-)
authorRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 18:07:28 +0000 (20:07 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 18:07:40 +0000 (20:07 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
include/conversation.php

index a737c98c5f153ef715a28e27a63a9ecb024dd2f2..0868233b3d2ed90537861954f8ea96a111136780 100644 (file)
@@ -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');
        }