Index: trunk/phase3/includes/SiteConfiguration.php |
— | — | @@ -205,10 +205,6 @@ |
206 | 206 | return $this->wikis; |
207 | 207 | } |
208 | 208 | |
209 | | - /** A no-op */ |
210 | | - function initialise() { |
211 | | - } |
212 | | - |
213 | 209 | /** |
214 | 210 | * Retrieves the value of a given setting, and places it in a variable passed by reference. |
215 | 211 | * @param $setting String ID of the setting name to retrieve |
Index: trunk/extensions/Configure/Configure.obj.php |
— | — | @@ -28,8 +28,6 @@ |
29 | 29 | * directory |
30 | 30 | */ |
31 | 31 | public function initialise( $useCache = true ) { |
32 | | - parent::initialise(); |
33 | | - |
34 | 32 | // Special case for manage.php maintenance script so that it can work |
35 | 33 | // even if the current configuration is broken |
36 | 34 | if ( defined( 'EXT_CONFIGURE_NO_EXTRACT' ) ) |