diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-09-01 09:37:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 09:37:01 +0200 |
commit | 0e60b7f1741c35b68a37e0705521669e1191774e (patch) | |
tree | 774bd5331da962cbabf3dbf8137785f10a7b9412 /application/security/SessionManager.php | |
parent | 06f05c923ae59e5daa1aaa8d1ad4c50bd9064bb2 (diff) | |
parent | 63b0059ed55dceaa58396b7baeb2b490b57ce9cc (diff) | |
download | Shaarli-0e60b7f1741c35b68a37e0705521669e1191774e.tar.gz Shaarli-0e60b7f1741c35b68a37e0705521669e1191774e.tar.zst Shaarli-0e60b7f1741c35b68a37e0705521669e1191774e.zip |
Merge pull request #1530 from ArthurHoaro/fix/untagged-only-broken
Fix broken route to filter not tagged bookmarks
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 | ||