This can be protected now since we redid installSteps hooks

This commit is contained in:
Chad Horohoe 2010-07-09 21:19:58 +00:00
parent 7bb2abb34e
commit 30491237c8

View file

@ -124,9 +124,8 @@ abstract class Installer {
/**
* Steps for installation.
* @TODO Should be protected...
*/
var $installSteps = array(
protected $installSteps = array(
'database',
'tables',
'interwiki',