Skip to content

Commit

Permalink
Important bugfix about caching result and new vote / remove vote...
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Boudry committed Apr 2, 2014
1 parent c7fbd83 commit 29b0a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Condorcet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ protected function cleanup_result ()
$this->_Pairwise = null ;

// Algos
$this->_basic_Condorcet_winner = array() ;
$this->_algos = null ;
}


Expand Down

0 comments on commit 29b0a4e

Please sign in to comment.