r49429 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r49428
|
r49429
|
r49430
>
Date:
18:15, 12 April 2009
Author:
catrope
Status:
ok
Tags:
Comment:
Fix up
r49428
: add missing brace
Modified paths:
/trunk/phase3/includes/GlobalFunctions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/GlobalFunctions.php
—
—
@@ -1244,6 +1244,7 @@
1245
1245
}
1246
1246
$cgi .= urlencode( $key ) . '=' .
1247
1247
urlencode( $value );
1248
+ }
1248
1249
}
1249
1250
}
1250
1251
return $cgi;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r49428
Fix warning in PHP 5.1 when feeding Title objects to wfArrayToCGI(). Also enf...
catrope
17:38, 12 April 2009
Status & tagging log
16:39, 3 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r49429
[
removed:
new
added:
ok]