fixed log file name building

This commit is contained in:
Steffen Schröder
2014-03-19 11:11:25 +01:00
parent a3bc7bf1b0
commit effc3c500c
2 changed files with 26 additions and 25 deletions

View File

@ -220,7 +220,7 @@ class MapManager implements CallbackListener {
//Unset the Map everywhere
$this->mapQueue->removeFromMapQueue($admin, $map->uid);
if ($map->mx != null) {
if ($map->mx) {
$this->mxManager->unsetMap($map->mx->id);
}