From b20c9517f8d257561bf9f2da4d791e96cff0f482 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 12 Jan 2014 22:04:16 +0100 Subject: [PATCH] small fix --- application/core/ManiaExchange/ManiaExchangeInfoSearcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/ManiaExchange/ManiaExchangeInfoSearcher.php b/application/core/ManiaExchange/ManiaExchangeInfoSearcher.php index 721b055b..b4de0f56 100644 --- a/application/core/ManiaExchange/ManiaExchangeInfoSearcher.php +++ b/application/core/ManiaExchange/ManiaExchangeInfoSearcher.php @@ -136,7 +136,7 @@ class ManiaExchangeInfoSearcher { //TODO rename to ManiaExchangeManager $maps = $this->getMaplistByMixedUidIdString($mapIdString); $this->updateMapObjectsWithManiaExchangeIds($maps); $mapIdString = ''; - $id = 0; + $id = 1; } $mapIdString .= $appendString;