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