Fix update email spot position image link

This commit is contained in:
2022-04-13 19:07:06 +02:00
parent 0e353bee39
commit 4b88759173
2 changed files with 4 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ class Map extends PhpObject {
}
public function getMapUrl($sCodeName, $asParams) {
$asParams['token'] = $this->asMaps[$sCodeName]['token'];
return self::populateParams($this->asMaps[$sCodeName]['pattern'], $asParams);
}