[*] Installer : installer improvements - Step 1

This commit is contained in:
Damien Metzger
2013-02-20 17:06:28 +01:00
parent d4fbe4a417
commit 6a155d8762
13 changed files with 59 additions and 149 deletions
+1 -1
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();