This can be protected now since we redid installSteps hooks
This commit is contained in:
parent
7bb2abb34e
commit
30491237c8
1 changed files with 1 additions and 2 deletions
|
|
@ -124,9 +124,8 @@ abstract class Installer {
|
|||
|
||||
/**
|
||||
* Steps for installation.
|
||||
* @TODO Should be protected...
|
||||
*/
|
||||
var $installSteps = array(
|
||||
protected $installSteps = array(
|
||||
'database',
|
||||
'tables',
|
||||
'interwiki',
|
||||
|
|
|
|||
Loading…
Reference in a new issue