// Inverted 2 steps in the installer

This commit is contained in:
Damien Metzger
2013-05-22 16:54:34 +02:00
parent de945adf79
commit 0b503a0c8b

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();