fixed thumbnail in mx mapdata

This commit is contained in:
kremsy 2015-01-12 18:16:14 +01:00
parent 5c6f2252c2
commit c786a89704

View File

@ -103,7 +103,7 @@ class MXMapInfo {
} }
if ($mx->HasThumbnail) { if ($mx->HasThumbnail) {
$this->thumburl = 'http://' . $this->prefix . '.mania-exchange.com/' . $this->dir . '/screenshot/small/' . $this->id; $this->thumburl = 'http://' . $this->prefix . '.mania-exchange.com/' . $this->dir . '/thumbnail/' . $this->id;
} else { } else {
$this->thumburl = ''; $this->thumburl = '';
} }