From 15034d879c7e8447a31fbf3e8eba458c2035e956 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 6 Jul 2010 14:31:43 +0000 Subject: [PATCH] Make this public again, MysqlInstaller uses it :( --- includes/installer/Installer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 20a43b4c0b..2492b23cfd 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -123,8 +123,9 @@ abstract class Installer { /** * Steps for installation. + * @TODO Should be protected... */ - protected $installSteps = array( + var $installSteps = array( 'database', 'tables', 'interwiki', -- 2.20.1