From 4032e85e585537c08953540c2934d120ea4a3856 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 25 Mar 2011 14:11:54 +0000 Subject: [PATCH] Fix for r81787: add the parameter to the function --- maintenance/mwdocgen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1