From: Chad Horohoe Date: Mon, 5 Jul 2010 00:06:06 +0000 (+0000) Subject: Not the parent, use this X-Git-Tag: 1.31.0-rc.0~36258 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22lang_raccourcis%22%2C%22module=%24nom_module%22%29%20.%20%22?a=commitdiff_plain;h=cad77f87e296b7a8c6c4f79389bfd8eef5d3e06d;p=lhc%2Fweb%2Fwiklou.git Not the parent, use this --- 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 {