r53992 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53991‎ | r53992 | r53993 >
Date:00:25, 30 July 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed bug that prevented $wgEnableJS2system from being properly detected.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php
@@ -42,7 +42,7 @@
4343
4444 public static function initialize() {
4545 global $wgUsabilityInitiativeJsMode;
46 - global $wgUsabilityInitiativeCoesxistWithMvEmbed;
 46+ global $wgEnableJS2system;
4747
4848 // Only do this the first time!
4949 if ( !self::$doOutput ) {

Status & tagging log