mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
Fix regression
This commit is contained in:
@@ -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--;
|
||||
|
||||
Reference in New Issue
Block a user