diff options
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/Roundcube/rcube_session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_session.php b/program/lib/Roundcube/rcube_session.php index 4282c0cbb..059cc1112 100644 --- a/program/lib/Roundcube/rcube_session.php +++ b/program/lib/Roundcube/rcube_session.php @@ -419,7 +419,7 @@ class rcube_session $this->unsets[] = $var; if (isset($_SESSION[$var])) { - unset($_SESSION[$var]) + unset($_SESSION[$var]); } else { $path = explode('.', $var); |