From: Chad Horohoe Date: Tue, 6 Jul 2010 14:31:43 +0000 (+0000) Subject: Make this public again, MysqlInstaller uses it :( X-Git-Tag: 1.31.0-rc.0~36244 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=15034d879c7e8447a31fbf3e8eba458c2035e956;p=lhc%2Fweb%2Fwiklou.git Make this public again, MysqlInstaller uses it :( --- 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',