diff options
| author | Thomas Bruederli <thomas@roundcube.net> | 2013-03-25 09:07:29 +0100 | 
|---|---|---|
| committer | Thomas Bruederli <thomas@roundcube.net> | 2013-03-25 09:07:29 +0100 | 
| commit | f603883d37e778c8413347d07bb12e4180570aeb (patch) | |
| tree | 9879c5b9c0aca8147d49b6b2d232edbd7b339696 /program/lib/Roundcube | |
| parent | 4034a79beb56756d10157635acfa0a71e75c7017 (diff) | |
Fix typo
Diffstat (limited to 'program/lib/Roundcube')
| -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);  | 
