added debug notice to investigate error

This commit is contained in:
Steffen Schröder 2014-02-19 16:41:39 +01:00
parent 0242f348ad
commit 911305a68c

View File

@ -439,6 +439,7 @@ class MapManager implements CallbackListener {
if (!isset($callback[1][0]["UId"])) {
// TODO: why can this even happen?
$this->maniaControl->errorHandler->triggerDebugNotice('map uid not set! '.print_r($callback, true));
return;
}
if (array_key_exists($callback[1][0]["UId"], $this->maps)) {