// Inverted 2 steps in the installer

This commit is contained in:
Damien Metzger
2013-05-22 16:54:34 +02:00
parent 5fed3e99e0
commit 8d012e30d4

View File

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