r84745 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84744‎ | r84745 | r84746 >
Date:14:11, 25 March 2011
Author:ialex
Status:ok (Comments)
Tags:
Comment:
Fix for r81787: add the parameter to the function
Modified paths:
  • /trunk/phase3/maintenance/mwdocgen.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/mwdocgen.php
@@ -152,7 +152,7 @@
153153 * @param $exclude_patterns String: Additionals path regex to exclude
154154 * (LocalSettings.php, AdminSettings.php, .svn and .git directories are always excluded)
155155 */
156 -function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude_patterns ) {
 156+function generateConfigFile( $doxygenTemplate, $outputDirectory, $stripFromPath, $currentVersion, $svnstat, $input, $exclude, $exclude_patterns ) {
157157
158158 $template = file_get_contents( $doxygenTemplate );
159159

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81787Follow up r81562platonides22:33, 8 February 2011

Comments

#Comment by Platonides (talk | contribs)   17:28, 27 March 2011

I'm silly

Status & tagging log