mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-18 19:55:26 +00:00
typo
This commit is contained in:
parent
7dd8b5026d
commit
830612f555
1 changed files with 4 additions and 4 deletions
|
@ -106,7 +106,7 @@ class Routing
|
||||||
}
|
}
|
||||||
|
|
||||||
//allowed ONLY to logged in user
|
//allowed ONLY to logged in user
|
||||||
if ( \Session::isLogged() === true )
|
if (\Session::isLogged() === true)
|
||||||
{
|
{
|
||||||
if (isset($_GET['logout'])) {
|
if (isset($_GET['logout'])) {
|
||||||
// see you soon !
|
// see you soon !
|
||||||
|
|
Loading…
Reference in a new issue