]> git.mxchange.org Git - friendica.git/commitdiff
huh? missed again
authorRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 18:08:22 +0000 (20:08 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 18:08:22 +0000 (20:08 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
include/conversation.php

index 0868233b3d2ed90537861954f8ea96a111136780..7799b3824442f3d8ab5843a5bc7fc55664b7df40 100644 (file)
@@ -1422,7 +1422,7 @@ function conv_sort($arr, $order) {
        }
 
        if (count($parents)) {
-               foreach ($parents as $i=>$_x) {
+               foreach ($parents as $i => $_x) {
                        $parents[$i]['children'] = get_item_children($arr, $_x);
                }
        }