fixed thumbnail in mx mapdata
This commit is contained in:
parent
5c6f2252c2
commit
c786a89704
@ -103,7 +103,7 @@ class MXMapInfo {
|
||||
}
|
||||
|
||||
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 {
|
||||
$this->thumburl = '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user