From f7b45974aa2b0f1cfb167ddf29da0dc30a1e9ee6 Mon Sep 17 00:00:00 2001 From: kremsy Date: Mon, 10 Feb 2014 23:07:45 +0100 Subject: [PATCH] small fix --- application/plugins/CustomVotes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/CustomVotes.php b/application/plugins/CustomVotes.php index cf32e724..c0a568fd 100644 --- a/application/plugins/CustomVotes.php +++ b/application/plugins/CustomVotes.php @@ -234,7 +234,7 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP * * @internal param array $callback */ - private function constructMenu() { + public function constructMenu() { // Menu RestartMap $itemQuad = new Quad_UIConstruction_Buttons(); $itemQuad->setSubStyle($itemQuad::SUBSTYLE_Reload);