Compiler: fixed issue with 'initial_state_path' (the real fix...)

SVN:trunk[2215]
This commit is contained in:
Romain Quetiez
2012-09-25 17:57:12 +00:00
parent 2d641a0de3
commit a2e33634f5

View File

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