mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Compiler: fixed issue with 'initial_state_path' (the real fix...)
SVN:trunk[2215]
This commit is contained in:
@@ -768,7 +768,7 @@ EOF;
|
||||
}
|
||||
|
||||
$sLifecycle .= " ),\n";
|
||||
if (isset($oInitialStatePath))
|
||||
if (!is_null($oInitialStatePath))
|
||||
{
|
||||
$sLifecycle .= " \"initial_state_path\" => $sInitialStatePath,\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user