Revision: 45975
Author: ialex
Date: 2009-01-21 20:56:08 +0000 (Wed, 21 Jan 2009)
Log Message:
-----------
removed now useless check
Modified Paths:
--------------
trunk/extensions/Configure/SpecialExtensions.php
Modified: trunk/extensions/Configure/SpecialExtensions.php
===================================================================
--- trunk/extensions/Configure/SpecialExtensions.php 2009-01-21 20:47:59 UTC
(rev 45974)
+++ trunk/extensions/Configure/SpecialExtensions.php 2009-01-21 20:56:08 UTC
(rev 45975)
@@ -96,7 +96,7 @@
if( !$ext->isInstalled() ) continue; // must exist
$settings = $ext->getSettings();
foreach ( $settings as $setting => $type ) {
- if ( !isset( $GLOBALS[$setting] ) && !isset(
$this->conf[$setting] ) && file_exists( $ext->getFile() ) ) {
+ if ( !isset( $this->conf[$setting] ) &&
file_exists( $ext->getFile() ) ) {
if ( !$globalDone ) {
extract( $GLOBALS, EXTR_REFS );
global $wgHooks;
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs