Supress email validation on cancellation in SpecialChangeEmail
[lhc/web/wiklou.git] / maintenance / getSlaveServer.php
index d618825..68c1943 100644 (file)
@@ -34,6 +34,7 @@ class GetSlaveServer extends Maintenance {
                $this->addOption( "group", "Query group to check specifically" );
                $this->mDescription = "Report the hostname of a slave server";
        }
+
        public function execute() {
                global $wgAllDBsAreLocalhost;
                if ( $wgAllDBsAreLocalhost ) {