r82563 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82562‎ | r82563 | r82564 >
Date:18:00, 21 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
RL support check tweak
Modified paths:
  • /trunk/extensions/Push/Push.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Push/Push.php
@@ -98,7 +98,7 @@
9999 );
100100
101101 // For backward compatibility with MW < 1.17.
102 -if ( is_callable( array( 'OutputPage', 'addModules' ) ) ) {
 102+if ( defined( 'MW_SUPPORTS_RESOURCE_MODULES' ) ) {
103103 $moduleTemplate = array(
104104 'localBasePath' => dirname( __FILE__ ),
105105 'remoteBasePath' => $egPushScriptPath,

Status & tagging log