From: Alexandre Emsenhuber Date: Fri, 25 Mar 2011 14:11:54 +0000 (+0000) Subject: Fix for r81787: add the parameter to the function X-Git-Tag: 1.31.0-rc.0~31192 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=4032e85e585537c08953540c2934d120ea4a3856;p=lhc%2Fweb%2Fwiklou.git Fix for r81787: add the parameter to the function --- diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php index 88b2b90fe6..dc73960eff 100644 --- a/maintenance/mwdocgen.php +++ b/maintenance/mwdocgen.php @@ -152,7 +152,7 @@ function getSvnRevision( $dir ) { * @param $exclude_patterns String: Additionals path regex to exclude * (LocalSettings.php, AdminSettings.php, .svn and .git directories are always excluded) */ -function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude_patterns ) { +function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude, $exclude_patterns ) { $template = file_get_contents( $doxygenTemplate );