@@ -114,7 +114,7 @@ |
||
| 114 | 114 | |
| 115 | 115 | // Only update session once a minute to reduce contention on the session table. |
| 116 | 116 | if ($now->subtractMinutes(1)->timestamp() > Registry::timestampFactory()->fromString($this->row->session_time)->timestamp()) { |
| 117 | - $updates['session_time'] = $now->toDateTimeString(); |
|
| 117 | + $updates['session_time'] = $now->toDateTimeString(); |
|
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | if ($updates !== []) { |