Skip to content

Commit ae83ac2

Browse files
committed
try
1 parent 7265f3c commit ae83ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module/Admin/View/Overview/Overview.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private function setWeatherReport(GameControllerInterface $game): void
4343

4444
$game->setTemplateVar(
4545
'ION_STORM_MAP',
46-
$this->imageCreation->gdImageInSrc($graph, 'gif')
46+
'<img src="data:image/gif;base64,' . base64_encode(file_get_contents($historyFolder . '/ionstorm_map_layer_2.gif')) . '"/>'
4747
);
4848
}
4949
}

0 commit comments

Comments
 (0)