Skip to content

Commit 125d63c

Browse files
committed
Make CS fixer happy
1 parent 1f9cfa5 commit 125d63c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

program/lib/Roundcube/rcube_session.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ public function check_auth()
745745
public function set_auth_cookie(bool $session_lifetime_extension = false): void
746746
{
747747
if ($session_lifetime_extension === true) {
748-
749748
if ($this->config->session_lifetime_extension_days() > 0) {
750749
$lifetime_seconds = $this->config->session_lifetime_extension_days() * 24 * 60 * 60;
751750
$this->set_lifetime($lifetime_seconds);

0 commit comments

Comments
 (0)