added debug notice to investigate error

This commit is contained in:
Steffen Schröder
2014-05-01 17:35:24 +02:00
parent 0242f348ad
commit 911305a68c
+1
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)) {