Compiler: fixed issue with 'initial_state_path'

SVN:trunk[2214]
This commit is contained in:
Romain Quetiez
2012-09-25 17:41:46 +00:00
parent da75724296
commit 2d641a0de3

View File

@@ -768,7 +768,7 @@ EOF;
}
$sLifecycle .= " ),\n";
if (isset($sInitialStatePath))
if (isset($oInitialStatePath))
{
$sLifecycle .= " \"initial_state_path\" => $sInitialStatePath,\n";
}