Remove no-op initialise from configuration. Nothing outside of Ext:Configure needs...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 4 Aug 2011 20:55:20 +0000 (20:55 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 4 Aug 2011 20:55:20 +0000 (20:55 +0000)
includes/SiteConfiguration.php

index 556227a..8a977fb 100644 (file)
@@ -205,10 +205,6 @@ class SiteConfiguration {
                return $this->wikis;
        }
 
-       /** A no-op */
-       function initialise() {
-       }
-
        /**
         * Retrieves the value of a given setting, and places it in a variable passed by reference.
         * @param $setting String ID of the setting name to retrieve