mapqueue improvements
This commit is contained in:
committed by
Steffen Schröder
parent
fc91133f77
commit
9505fdf974
@ -205,7 +205,7 @@ class MapManager implements CallbackListener {
|
||||
$map = $this->maps[$uid];
|
||||
|
||||
//Unset the Map everywhere
|
||||
$this->mapQueue->removeFromMapQueue($admin->login, $map->uid);
|
||||
$this->mapQueue->removeFromMapQueue($admin, $map->uid);
|
||||
$this->mxManager->unsetMap($map->mx->id);
|
||||
|
||||
// Remove map
|
||||
|
Reference in New Issue
Block a user