r84426 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84425‎ | r84426 | r84427 >
Date:21:39, 20 March 2011
Author:krinkle
Status:ok
Tags:
Comment:
Fixing 404 error flaggedrevs.js not found. The files were moved to /client.
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php
@@ -359,7 +359,7 @@
360360 ),
361361 'dependencies' => array( 'jquery', 'mediawiki.util' ),
362362 'localBasePath' => $dir,
363 - 'remoteExtPath' => 'FlaggedRevs'
 363+ 'remoteExtPath' => 'FlaggedRevs/client'
364364 );
365365 $wgResourceModules['ext.flaggedRevs.review'] = array(
366366 'scripts' => array( 'review.js' ),
@@ -372,7 +372,7 @@
373373 ),
374374 'dependencies' => array( 'jquery', 'mediawiki.util' ),
375375 'localBasePath' => $dir,
376 - 'remoteExtPath' => 'FlaggedRevs'
 376+ 'remoteExtPath' => 'FlaggedRevs/client'
377377 );
378378
379379 # ####### HOOK TRIGGERED FUNCTIONS #########

Status & tagging log