Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -124,9 +124,8 @@ |
125 | 125 | |
126 | 126 | /** |
127 | 127 | * Steps for installation. |
128 | | - * @TODO Should be protected... |
129 | 128 | */ |
130 | | - var $installSteps = array( |
| 129 | + protected $installSteps = array( |
131 | 130 | 'database', |
132 | 131 | 'tables', |
133 | 132 | 'interwiki', |