huh? missed again

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-04-08 20:08:22 +02:00
parent cd697e0d7c
commit d07236deb6
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78

View 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);
}
}