r102631 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102630‎ | r102631 | r102632 >
Date:10:07, 10 November 2011
Author:santhosh
Status:ok
Tags:
Comment:
Modified paths:
  • /trunk/extensions/WebFonts/WebFonts.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/WebFonts.php
@@ -49,7 +49,7 @@
5050 'localBasePath' => $dir,
5151 'remoteExtPath' => 'WebFonts',
5252 'messages' => array( 'webfonts-load', 'webfonts-reset' ),
53 - 'dependencies' => 'webfonts.fontlist',
 53+ 'dependencies' => array( 'jquery.cookie', 'webfonts.fontlist'),
5454 );
5555
5656 $wgResourceModules['webfonts.fontlist'] = array(

Status & tagging log