From: Tobias Hößl Date: Tue, 28 Feb 2012 13:01:58 +0000 (+0000) Subject: wasn't actually changed before X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1204210c69eade767bb19af5a5a18cee4a9db215;p=friendica.git wasn't actually changed before --- diff --git a/include/conversation.php b/include/conversation.php index 53369cf20f..6f0dc3687e 100755 --- a/include/conversation.php +++ b/include/conversation.php @@ -976,8 +976,8 @@ function conv_sort($arr,$order) { usort($parents,'sort_thr_commented'); if(count($parents)) - foreach($parents as $x) - $x['children'] = array(); + foreach($parents as $i=>$_x) + $parents[$i]['children'] = array(); foreach($arr as $x) { if($x['id'] != $x['parent']) {