This can be protected now since we redid installSteps hooks
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 9 Jul 2010 21:19:58 +0000 (21:19 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 9 Jul 2010 21:19:58 +0000 (21:19 +0000)
includes/installer/Installer.php

index 290b579..510b8c6 100644 (file)
@@ -124,9 +124,8 @@ abstract class Installer {
 
        /**
         * Steps for installation.
-        * @TODO Should be protected...
         */
-       var $installSteps = array(
+       protected $installSteps = array(
                'database',
                'tables',
                'interwiki',