@@ -189,7 +189,7 @@ |
||
| 189 | 189 | } |
| 190 | 190 | |
| 191 | 191 | if ($this->acl->getAllowSeeUsernames()) { |
| 192 | - $comments = $this->commentMapper->findByPoll($pollId); |
|
| 192 | + $comments = $this->commentMapper->findByPoll($pollId); |
|
| 193 | 193 | |
| 194 | 194 | if ($this->acl->getAllowSeeResults()) { |
| 195 | 195 | $votes = $this->voteMapper->findByPoll($pollId); |
@@ -193,7 +193,7 @@ |
||
| 193 | 193 | |
| 194 | 194 | if ($option['confirmed']) { |
| 195 | 195 | // do not update confirmation date, if option is already confirmed |
| 196 | - if (!$updateOption->setConfirmed()){ |
|
| 196 | + if (!$updateOption->setConfirmed()) { |
|
| 197 | 197 | $updateOption->setConfirmed(time()); |
| 198 | 198 | } |
| 199 | 199 | |
@@ -193,7 +193,7 @@ |
||
| 193 | 193 | |
| 194 | 194 | if ($option['confirmed']) { |
| 195 | 195 | // do not update confirmation date, if option is already confirmed |
| 196 | - if (!$updateOption->setConfirmed()){ |
|
| 196 | + if (!$updateOption->setConfirmed()) { |
|
| 197 | 197 | $updateOption->setConfirmed(time()); |
| 198 | 198 | } |
| 199 | 199 | |