From cad77f87e296b7a8c6c4f79389bfd8eef5d3e06d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 5 Jul 2010 00:06:06 +0000 Subject: [PATCH] Not the parent, use this --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 47637d1183..d64ee85ee2 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -959,7 +959,7 @@ abstract class Installer { wfRestoreWarnings(); if( $ls ) { - if( $this->parent->getDBInstaller()->needsUpgrade() ) { + if( $this->getDBInstaller()->needsUpgrade() ) { $status->warning( 'config-localsettings-upgrade' ); } else { -- 2.20.1