urlencode

This commit is contained in:
kremsy
2014-02-09 14:01:04 +01:00
committed by Steffen Schröder
parent d0bd5b40c3
commit 7d46cfbcab
3 changed files with 8 additions and 7 deletions

View File

@ -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);