This commit is contained in:
Andreas Österreicher
2011-06-29 13:16:57 +00:00
parent 05e0443532
commit f3cbc15a01
+1 -1
View File
@@ -827,7 +827,7 @@ function drawsubmenu($content_id, $einrueckung="  ")
global $db, $action, $submenu_depth, $sprache;
$output='';
$submenu_depth++;
if($submenu_depth>100)
if($submenu_depth>10000)
{
echo 'Menürekursion?! -> Abbruch';
return 0;