r45811 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r45810
|
r45811
|
r45812
>
Date:
21:10, 16 January 2009
Author:
catrope
Status:
reverted
Tags:
Comment:
Followup to
r45810
: remove unused global declaration
Modified paths:
/trunk/phase3/includes/api/ApiQuerySiteinfo.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiQuerySiteinfo.php
—
—
@@ -80,7 +80,6 @@
81
81
$this->appendFileExtensions( $p );
82
82
break;
83
83
case 'configvars':
84
- global $wgAPIReadableConfigVars;
85
84
$this->appendConfigvars( $p, $params['configvars'] );
86
85
break;
87
86
default :
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r45810
API: (
bug 17027
) Allow all configuration variables in $wgAPIReadableConfigVar...
catrope
21:03, 16 January 2009
Status & tagging log
17:05, 4 January 2012
Johnduhart
(
talk
|
contribs
)
changed the
tags
for r45811
[
removed:
api]
23:00, 20 January 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r45811
[
removed:
new
added:
reverted]
23:03, 16 January 2009
Catrope
(
talk
|
contribs
)
changed the
tags
for r45811
[
added:
api]