Index: branches/5.1.x/core/install.php =================================================================== diff -u -N -r13113 -r13172 --- branches/5.1.x/core/install.php (.../install.php) (revision 13113) +++ branches/5.1.x/core/install.php (.../install.php) (revision 13172) @@ -1,6 +1,6 @@ currentStep, $this->skipApplicationSteps)) && !isset($this->Application)) { // step is allowed for application usage & it was not initialized in previous step - global $start, $debugger, $dbg_options; + global $start, $debugger, $dbg_options, $vars; include_once(FULL_PATH.'/core/kernel/startup.php'); $this->Application =& kApplication::Instance();