N°2783 Fix setup crashing because of a php warning (#389)

This commit is contained in:
Pierre Goiffon
2023-02-13 17:09:24 +01:00
parent 4203382920
commit 58c0da7e87

View File

@@ -659,6 +659,7 @@ EOF;
} // foreach module
// Register custom zlists
if (is_array($this->aCustomListsCodes)) {
$this->sMainPHPCode .= <<<PHP
/**
* Custom zlists
@@ -671,6 +672,7 @@ MetaModel::RegisterZList('$sCustomListCode', ['description' => 'Custom zlist $sC
PHP;
}
$this->sMainPHPCode .= "\n";
}
// Compile the dictionaries -out of the modules
//