From: Roland Haeder Date: Sat, 8 Apr 2017 18:08:22 +0000 (+0200) Subject: huh? missed again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d07236deb6ea56c25e4abf4fd972baf7928eff2b;p=friendica.git huh? missed again Signed-off-by: Roland Haeder --- diff --git a/include/conversation.php b/include/conversation.php index 0868233b3d..7799b38244 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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); } }