Skip to content

Commit 683922f

Browse files
authored
Update system/Session/Handlers/DatabaseHandler.php
1 parent 103cc9e commit 683922f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Session/Handlers/DatabaseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public function gc($max_lifetime)
284284
{
285285
return $this->db->table($this->table)->where(
286286
'timestamp <',
287-
"now() - INTERVAL {$max_lifetime} second ",
287+
"now() - INTERVAL {$max_lifetime} second",
288288
false
289289
)->delete() ? 1 : $this->fail();
290290
}

0 commit comments

Comments
 (0)