Bläddra i källkod

Compiler: fixed issue with 'initial_state_path'

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2214 a333f486-631f-4898-b8df-5754b55c2be0
romainq 12 år sedan
förälder
incheckning
ae99248edf
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      setup/compiler.class.inc.php

+ 1 - 1
setup/compiler.class.inc.php

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