maniaplanet / manialive

PHP controller for the ManiaPlanet Dedicated Server
GNU Lesser General Public License v3.0
9 stars 4 forks source link

[patch] cancelVote patch for Connection.php #7

Closed magnetik closed 10 years ago

magnetik commented 10 years ago

From petri.ja...@gmail.com on January 01, 2011 10:50:58

starting at line 374 of Connection.php

function cancelVote($multicall = false)
{
    $params=array();
    return $this->execute(ucfirst(__FUNCTION__), $params, $multicall);
}

Original issue: http://code.google.com/p/manialive/issues/detail?id=7

magnetik commented 10 years ago

From petri.ja...@gmail.com on January 01, 2011 01:53:46

hmm.. after looking more into this, there is other $params=array(); missing too... for example getCallVoteRatio, getCallVoteTimeout..

magnetik commented 10 years ago

From melot.philippe on January 02, 2011 00:06:25

Thanks for the report, we will work on it as soon as possible

Status: Accepted
Owner: melot.philippe

magnetik commented 10 years ago

From melot.philippe on January 03, 2011 02:01:16

The bug is now fixed.

Status: Fixed
Labels: Component-Logic