From 142296859fd95bb4a5e2bab19b2a8754ff89046b Mon Sep 17 00:00:00 2001 From: kremsy Date: Mon, 30 Dec 2013 11:26:45 +0100 Subject: [PATCH] nextmapwidget on end of map --- application/plugins/WidgetPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/WidgetPlugin.php b/application/plugins/WidgetPlugin.php index a2b7a4c4..12153e66 100644 --- a/application/plugins/WidgetPlugin.php +++ b/application/plugins/WidgetPlugin.php @@ -171,7 +171,7 @@ class WidgetPlugin implements CallbackListener, Plugin { //Check if the Next Map is a juked Map $jukedMap = $this->maniaControl->mapManager->jukebox->getNextMap(); - + $requester = null; //if the nextmap is not a juked map, get it from map info if($jukedMap == null){