urlencode
This commit is contained in:
committed by
Steffen Schröder
parent
d0bd5b40c3
commit
7d46cfbcab
@ -39,7 +39,7 @@ class MXMapInfo {
|
||||
$this->id = $mx->MapID;
|
||||
}
|
||||
|
||||
if (!isset($mx->GbxMapName) || $mx->GbxMapName == '') {
|
||||
if (!isset($mx->GbxMapName) || $mx->GbxMapName == '?') {
|
||||
$this->name = $mx->Name;
|
||||
} else {
|
||||
$this->name = Formatter::stripDirtyCodes($mx->GbxMapName);
|
||||
|
Reference in New Issue
Block a user