X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=maintenance%2Fmwdocgen.php;h=00a15e560d76918ff340842259e1561c2ce8d7f8;hb=50c5a9d27d9f254ef95247ce2784de83970532a4;hp=49eae4a539a0b44885eb0f44fa1b8d09095102ff;hpb=08611d0aef02e031a7e6f556d42786c76d8b3a60;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php index 49eae4a539..00a15e560d 100644 --- a/maintenance/mwdocgen.php +++ b/maintenance/mwdocgen.php @@ -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',