customvotesplugin fix

This commit is contained in:
kremsy 2014-07-12 19:20:38 +02:00
parent 7d411aa76d
commit 8049935945

View File

@ -410,7 +410,7 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP
$this->maniaControl->callbackManager->unregisterCallbackListening($this->currentVote->stopCallback, $this); $this->maniaControl->callbackManager->unregisterCallbackListening($this->currentVote->stopCallback, $this);
} }
unset($this->currentVote); $this->currentVote = null;
} }
/** /**