diff --git a/core/ManiaExchange/ManiaExchangeMapSearch.php b/core/ManiaExchange/ManiaExchangeMapSearch.php index 4cc7a51f..2da8a713 100644 --- a/core/ManiaExchange/ManiaExchangeMapSearch.php +++ b/core/ManiaExchange/ManiaExchangeMapSearch.php @@ -97,7 +97,7 @@ class ManiaExchangeMapSearch { $titleId = $this->maniaControl->getServer()->titleId; $this->titlePrefix = $this->maniaControl->getMapManager()->getCurrentMap()->getGame(); - $this->url = 'http://' . $this->titlePrefix . '.mania-exchange.com/tracksearch2/search?api=on'; + $this->url = 'https://' . $this->titlePrefix . '.mania-exchange.com/tracksearch2/search?api=on'; //Set some defaults: $this->mapLimit = 100;