Index: trunk/phase3/maintenance/mwdocgen.php |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | * @param $exclude_patterns String: Additionals path regex to exclude |
154 | 154 | * (LocalSettings.php, AdminSettings.php, .svn and .git directories are always excluded) |
155 | 155 | */ |
156 | | -function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude_patterns ) { |
| 156 | +function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude, $exclude_patterns ) { |
157 | 157 | |
158 | 158 | $template = file_get_contents( $doxygenTemplate ); |
159 | 159 | |