diff options
author | Keith Carangelo <mail@kcaran.com> | 2020-09-02 11:38:56 -0400 |
---|---|---|
committer | Keith Carangelo <mail@kcaran.com> | 2020-09-02 11:38:56 -0400 |
commit | 82fcace8fc4288254952efd1fdafd7dc5a6f9a20 (patch) | |
tree | 3183a4cb32d6e2cd3ecf26f152002459b60e5ce3 /application/security/SessionManager.php | |
parent | 4479aff18f4ff80e274b52548c08e9ed9379bd51 (diff) | |
parent | 0e60b7f1741c35b68a37e0705521669e1191774e (diff) | |
download | Shaarli-82fcace8fc4288254952efd1fdafd7dc5a6f9a20.tar.gz Shaarli-82fcace8fc4288254952efd1fdafd7dc5a6f9a20.tar.zst Shaarli-82fcace8fc4288254952efd1fdafd7dc5a6f9a20.zip |
Merge branch 'master' of https://github.com/shaarli/Shaarli into links_per_page
Diffstat (limited to 'application/security/SessionManager.php')
-rw-r--r-- | application/security/SessionManager.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/security/SessionManager.php b/application/security/SessionManager.php index 76b0afe8..36df8c1c 100644 --- a/application/security/SessionManager.php +++ b/application/security/SessionManager.php | |||
@@ -183,7 +183,6 @@ class SessionManager | |||
183 | unset($this->session['expires_on']); | 183 | unset($this->session['expires_on']); |
184 | unset($this->session['username']); | 184 | unset($this->session['username']); |
185 | unset($this->session['visibility']); | 185 | unset($this->session['visibility']); |
186 | unset($this->session['untaggedonly']); | ||
187 | } | 186 | } |
188 | } | 187 | } |
189 | 188 | ||