Merge "Validate that $wgVariantArticlePath is absolute, too"
[lhc/web/wiklou.git] / maintenance / mwdocgen.php
index 49eae4a..00a15e5 100644 (file)
@@ -86,8 +86,7 @@ class MWDocGen extends Maintenance {
 
                $this->output = $this->getOption( 'output', "$IP/docs" );
 
-               $this->inputFilter = wfShellWikiCmd(
-                       $IP . '/maintenance/mwdoc-filter.php' );
+               $this->inputFilter = wfShellWikiCmd( $IP . '/maintenance/mwdoc-filter.php' );
                $this->template = $IP . '/maintenance/Doxyfile';
                $this->excludes = array(
                        'vendor',