Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
latoilescoute-dev
scoodle
Commits
26761c97
Commit
26761c97
authored
Mar 19, 2018
by
Thomas Citharel
Browse files
CS
Signed-off-by:
Thomas Citharel
<
tcit@tcit.fr
>
parent
eadf775b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/classes/Framadate/Services/PollService.php
View file @
26761c97
...
@@ -296,7 +296,7 @@ class PollService {
...
@@ -296,7 +296,7 @@ class PollService {
$best_choices
=
$this
->
computeBestChoices
(
$votes
);
$best_choices
=
$this
->
computeBestChoices
(
$votes
);
foreach
(
$best_choices
[
'y'
]
as
$i
=>
$nb_choice
)
{
foreach
(
$best_choices
[
'y'
]
as
$i
=>
$nb_choice
)
{
// if for this option we have reached maximum value and user wants to add itself too
// if for this option we have reached maximum value and user wants to add itself too
if
(
$poll
->
ValueMax
!=
null
&&
$nb_choice
>=
$poll
->
ValueMax
&&
$user_choice
[
$i
]
===
"2"
)
{
if
(
$poll
->
ValueMax
!=
=
null
&&
$nb_choice
>=
$poll
->
ValueMax
&&
$user_choice
[
$i
]
===
"2"
)
{
throw
new
ConcurrentVoteException
();
throw
new
ConcurrentVoteException
();
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment