Not the parent, use this
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 5 Jul 2010 00:06:06 +0000 (00:06 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 5 Jul 2010 00:06:06 +0000 (00:06 +0000)
includes/installer/Installer.php

index 47637d1..d64ee85 100644 (file)
@@ -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 {