@@ -219,7 +219,7 @@ discard block |
||
| 219 | 219 | } |
| 220 | 220 | |
| 221 | 221 | /** |
| 222 | - * Copy date options |
|
| 222 | + * Copy date options |
|
| 223 | 223 | */ |
| 224 | 224 | protected function copyDateOptions() { |
| 225 | 225 | $insert = $this->connection->getQueryBuilder(); |
@@ -246,7 +246,7 @@ discard block |
||
| 246 | 246 | } |
| 247 | 247 | |
| 248 | 248 | /** |
| 249 | - * Copy text options |
|
| 249 | + * Copy text options |
|
| 250 | 250 | */ |
| 251 | 251 | protected function copyTextOptions() { |
| 252 | 252 | $insert = $this->connection->getQueryBuilder(); |
@@ -273,7 +273,7 @@ discard block |
||
| 273 | 273 | } |
| 274 | 274 | |
| 275 | 275 | /** |
| 276 | - * Copy date votes |
|
| 276 | + * Copy date votes |
|
| 277 | 277 | */ |
| 278 | 278 | protected function copyDateVotes() { |
| 279 | 279 | $insert = $this->connection->getQueryBuilder(); |
@@ -261,8 +261,7 @@ |
||
| 261 | 261 | return true; |
| 262 | 262 | } |
| 263 | 263 | } |
| 264 | - } |
|
| 265 | - else if (strpos($item, 'user_') === 0) { |
|
| 264 | + } else if (strpos($item, 'user_') === 0) { |
|
| 266 | 265 | $usr = substr($item, 5); |
| 267 | 266 | if ($usr === $userId) { |
| 268 | 267 | return true; |