@@ -270,7 +270,7 @@ |
||
| 270 | 270 | // Store hash & time |
| 271 | 271 | $state['cmdotcom:hash'] = $hash; |
| 272 | 272 | $state['cmdotcom:notBefore'] = time(); |
| 273 | - $state['cmdotcom:notAfter'] = time() + $state['cmdotcom:validFor'];; |
|
| 273 | + $state['cmdotcom:notAfter'] = time() + $state['cmdotcom:validFor']; ; |
|
| 274 | 274 | |
| 275 | 275 | // Save state and redirect |
| 276 | 276 | $id = Auth\State::saveState($state, 'cmdotcom:request'); |