Signed-off-by: Roland Haeder <roland@mxchange.org>
pull/3287/head
Roland Haeder 2017-04-08 19:10:41 +02:00
rodzic a0e5f7a59a
commit 3220234693
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -1373,8 +1373,10 @@ function conv_sort($arr, $order) {
$children = array();
$newarr = array();
// This is a preparation for having two different items with the same uri in one thread
// This will otherwise lead to an endless loop.
/*
* This is a preparation for having two different items with the same uri in one thread
* This will otherwise lead to an endless loop.
*/
foreach ($arr as $x) {
if (!isset($newarr[$x['uri']])) {
$newarr[$x['uri']] = $x;