Index: trunk/extensions/Configure/SpecialExtensions.php |
— | — | @@ -93,8 +93,9 @@ |
94 | 94 | foreach ( $this->mConfSettings->getAllExtensionsObjects() as $ext ) { |
95 | 95 | $settings = $ext->getSettings(); |
96 | 96 | foreach ( $settings as $setting => $type ) { |
97 | | - if ( !isset( $GLOBALS[$setting] ) && !isset( $this->conf[$setting] ) && file_exists( $ext->getFile() ) ) { |
| 97 | + if ( !isset($GLOBALS[$setting]) && !isset($this->conf[$setting]) && file_exists($ext->getFile()) ) { |
98 | 98 | if ( !$globalDone ) { |
| 99 | + extract( $GLOBALS, EXTR_REFS ); |
99 | 100 | global $wgHooks; |
100 | 101 | |
101 | 102 | $oldHooks = $wgHooks; |