r85064 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r85063
|
r85064
|
r85065
>
Date:
13:09, 31 March 2011
Author:
demon
Status:
resolved
Tags:
Comment:
Fix for
r85033
: had makeGlobalVariablesScript() twice, the first one should be resourceLoaderGetConfigVars()
Modified paths:
/branches/REL1_17/extensions/Vector/Vector.hooks.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/REL1_17/extensions/Vector/Vector.hooks.php
—
—
@@ -134,7 +134,7 @@
135
135
*
136
136
* Adds enabled/disabled switches for Vector modules
137
137
*/
138
- public static function makeGlobalVariablesScript( &$vars ) {
138
+ public static function resourceLoaderGetConfigVars( &$vars ) {
139
139
global $wgVectorFeatures;
140
140
141
141
// Build and export old-style wgVectorEnabledModules object for back compat
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r85033
MFT more extension revs:
r82601
,
r82654
,
r82698
,
r82755
,
r82756
,
r82759
,
r829...
demon
18:49, 30 March 2011
Status & tagging log
23:36, 31 March 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r85064
[
removed:
new
added:
resolved]