Korrektur beim Erzeugen von Übersicht-Seiten, Links waren nicht bei allen Unterseitentypen korrekt gesetzt
This commit is contained in:
@@ -103,6 +103,7 @@ if ($specialSite !== false)
|
||||
$tmp_data['content']['pageContents'] = fnc_getSiteContents($tmp_content['siteContents'], $prefix);
|
||||
$sub_content = $tmp_data['content']['pageContents'];
|
||||
$sub_content['type'] = 'standard';
|
||||
$sub_content['siteId'] = $content[$prefix . '_navId'];
|
||||
}
|
||||
}
|
||||
$data['content']['uebersicht'][] = $sub_content;
|
||||
|
||||
@@ -99,6 +99,7 @@ if ($specialSite !== false)
|
||||
$tmp_data['content']['pageContents'] = fnc_getSiteContents($tmp_content['siteContents'], $prefix);
|
||||
$sub_content = $tmp_data['content']['pageContents'];
|
||||
$sub_content['type'] = 'standard';
|
||||
$sub_content['siteId'] = $content[$prefix . '_navId'];
|
||||
}
|
||||
}
|
||||
$data['content']['uebersicht'][] = $sub_content;
|
||||
|
||||
Reference in New Issue
Block a user