[*] Installer : installer improvements - Step 1

This commit is contained in:
Damien Metzger
2013-02-20 17:06:28 +01:00
parent eaa45dfb03
commit f4bf4c47a9
13 changed files with 59 additions and 149 deletions

View File

@@ -29,7 +29,7 @@ abstract class InstallControllerHttp
/**
* @var array List of installer steps
*/
protected static $steps = array('welcome', 'system', 'database', 'configure', 'process');
protected static $steps = array('welcome', 'license', 'system', 'database', 'configure', 'process');
protected static $instances = array();