@@ -60,7 +60,7 @@ |
||
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | // Make sure the session hasn't expired, and destroy it if it has |
| 63 | - $inst->isValid() ? $inst->initialise() : $inst->destroySession(); |
|
| 63 | + $inst->isValid() ? $inst->initialise() : $inst->destroySession(); |
|
| 64 | 64 | |
| 65 | 65 | } |
| 66 | 66 | |