Fix installer issues introduces by MediaWikiServices
[lhc/web/wiklou.git] / includes / installer / WebInstallerOutput.php
index b4c8aa8..f8dc8ee 100644 (file)
@@ -115,7 +115,10 @@ class WebInstallerOutput {
 
        public function output() {
                $this->flush();
-               $this->outputFooter();
+
+               if ( !$this->redirectTarget ) {
+                       $this->outputFooter();
+               }
        }
 
        /**