r75798 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r75797
|
r75798
|
r75799
>
Date:
16:06, 1 November 2010
Author:
catrope
Status:
ok
Tags:
Comment:
1.16wmf4: Shut up undefined variable notice
Modified paths:
/branches/wmf/1.16wmf4/includes/api/ApiBase.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/wmf/1.16wmf4/includes/api/ApiBase.php
—
—
@@ -566,6 +566,7 @@
567
567
$type = gettype( $paramSettings );
568
568
$dupes = false;
569
569
$deprecated = false;
570
+ $required = false;
570
571
} else {
571
572
$default = isset( $paramSettings[self::PARAM_DFLT] ) ? $paramSettings[self::PARAM_DFLT] : null;
572
573
$multi = isset( $paramSettings[self::PARAM_ISMULTI] ) ? $paramSettings[self::PARAM_ISMULTI] : false;
Status & tagging log
22:59, 3 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r75798
[
removed:
new
added:
ok]