Fix regression

This commit is contained in:
Laurent Destailleur (aka Eldy)
2025-01-19 21:10:25 +01:00
parent cb03e317ec
commit 42e6d4661f

View File

@@ -678,10 +678,10 @@ function includeContainer($containerref, $once = 0, $cachedelay = 0)
}
print $tmpoutput;
}
if (!$res) {
print 'ERROR: FAILED TO INCLUDE PAGE '.$containerref."(once=".$once.")\n";
if (!$res) {
print 'ERROR: FAILED TO INCLUDE PAGE '.$containerref."(once=".$once.")\n";
}
}
$includehtmlcontentopened--;