mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 19:18:44 +02:00
N°2783 Fix setup crashing because of a php warning (#389)
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user