r107718 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r107717
|
r107718
|
r107719
>
Date:
09:08, 31 December 2011
Author:
nikerabbit
Status:
ok
Tags:
Comment:
mediawiki.util was missing from dependencies
Modified paths:
/trunk/extensions/WebFonts/WebFonts.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/WebFonts/WebFonts.php
—
—
@@ -64,6 +64,9 @@
65
65
'webfonts-menu-tooltip',
66
66
'webfonts-help',
67
67
),
68
- 'dependencies' => 'jquery.cookie',
68
+ 'dependencies' => array(
69
+ 'jquery.cookie',
70
+ 'mediawiki.util',
71
+ ),
69
72
'position' => 'top',
70
73
);
Status & tagging log
08:52, 1 January 2012
Santhosh.thottingal
(
talk
|
contribs
)
changed the
status
of r107718
[
removed:
new
added:
ok]