From 911305a68c5ef1d3b7bdf3e71c99688755665e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Wed, 19 Feb 2014 16:41:39 +0100 Subject: [PATCH] added debug notice to investigate error --- application/core/Maps/MapManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/core/Maps/MapManager.php b/application/core/Maps/MapManager.php index 22233174..4af8d704 100644 --- a/application/core/Maps/MapManager.php +++ b/application/core/Maps/MapManager.php @@ -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)) {