@@ -306,7 +306,7 @@ |
||
306 | 306 | return true; |
307 | 307 | } |
308 | 308 | |
309 | - $anonPercent = $anonVotes ? ($anonVotes/($userVotes + $anonVotes)) * 100 : 0; |
|
309 | + $anonPercent = $anonVotes ? ($anonVotes / ($userVotes + $anonVotes)) * 100 : 0; |
|
310 | 310 | if ($anonPercent < $this->anonPercentAllowed) { |
311 | 311 | return true; |
312 | 312 | } |