From 67208624e5d8436676c00efb610daf3fee1d6208 Mon Sep 17 00:00:00 2001 From: kremsy Date: Wed, 21 Jan 2015 21:02:48 +0100 Subject: [PATCH] fixed typo --- core/ManiaExchange/ManiaExchangeMapSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ManiaExchange/ManiaExchangeMapSearch.php b/core/ManiaExchange/ManiaExchangeMapSearch.php index 62698485..49969aff 100644 --- a/core/ManiaExchange/ManiaExchangeMapSearch.php +++ b/core/ManiaExchange/ManiaExchangeMapSearch.php @@ -208,7 +208,7 @@ class ManiaExchangeMapSearch { $parameters .= "&ghostblocks=" . (int) $this->ghostBlocks; } if (isset($this->embeddedObjects)) { - $parameters .= "&embeddedObjects" . (int) $this->embeddedObjects; + $parameters .= "&embeddedobjects=" . (int) $this->embeddedObjects; } $this->maniaControl->getFileReader()->loadFile($this->url . $parameters, function ($mapInfo, $error) use (&$function) {