r58244 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r58243
|
r58244
|
r58245
>
Date:
05:20, 28 October 2009
Author:
raymond
Status:
ok
Tags:
Comment:
Follow-up
r58237
: fixing PHP Notice: Undefined variable: deprecated in /var/www/w/includes/api/ApiBase.php on line 633
Modified paths:
/trunk/phase3/includes/api/ApiBase.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiBase.php
—
—
@@ -529,6 +529,7 @@
530
530
$multi = false;
531
531
$type = gettype($paramSettings);
532
532
$dupes = false;
533
+ $deprecated = false;
533
534
} else {
534
535
$default = isset ($paramSettings[self :: PARAM_DFLT]) ? $paramSettings[self :: PARAM_DFLT] : null;
535
536
$multi = isset ($paramSettings[self :: PARAM_ISMULTI]) ? $paramSettings[self :: PARAM_ISMULTI] : false;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r58237
(
bug 21106
) tag deprecated parameter in action=paraminfo. Add new PARAM_DEPRE...
demon
00:56, 28 October 2009
Status & tagging log
10:20, 2 December 2009
Catrope
(
talk
|
contribs
)
changed the
status
of r58244
[
removed:
new
added:
ok]