fixed typo
This commit is contained in:
parent
b4fbac6b56
commit
67208624e5
@ -208,7 +208,7 @@ class ManiaExchangeMapSearch {
|
|||||||
$parameters .= "&ghostblocks=" . (int) $this->ghostBlocks;
|
$parameters .= "&ghostblocks=" . (int) $this->ghostBlocks;
|
||||||
}
|
}
|
||||||
if (isset($this->embeddedObjects)) {
|
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) {
|
$this->maniaControl->getFileReader()->loadFile($this->url . $parameters, function ($mapInfo, $error) use (&$function) {
|
||||||
|
Loading…
Reference in New Issue
Block a user