Index: trunk/extensions/Configure/SpecialExtensions.php |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | $ext->setPageObj( $this ); |
112 | 112 | $ret .= $ext->getHtml(); |
113 | 113 | } |
114 | | - if ( isset( $__hooks__ ) ) |
| 114 | + if ( isset( $oldHooks ) ) |
115 | 115 | $GLOBALS['wgHooks'] = $oldHooks; |
116 | 116 | return $ret; |
117 | 117 | } |