Merge "Pass through errors creating the main page to the installer."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 2 May 2016 21:34:18 +0000 (21:34 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 2 May 2016 21:34:18 +0000 (21:34 +0000)
includes/installer/Installer.php

index 3d1c860..d747707 100644 (file)
@@ -1697,7 +1697,7 @@ abstract class Installer {
                                wfMessage( 'mainpagedocfooter' )->inContentLanguage()->text()
                        );
 
-                       $page->doEditContent( $content,
+                       $status = $page->doEditContent( $content,
                                '',
                                EDIT_NEW,
                                false,