aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/security/LoginManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/security/LoginManager.php')
-rw-r--r--application/security/LoginManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/security/LoginManager.php b/application/security/LoginManager.php
index d74c3118..65048f10 100644
--- a/application/security/LoginManager.php
+++ b/application/security/LoginManager.php
@@ -118,7 +118,7 @@ class LoginManager
118 * 118 *
119 * @return true when the user is logged in, false otherwise 119 * @return true when the user is logged in, false otherwise
120 */ 120 */
121 public function isLoggedIn() 121 public function isLoggedIn(): bool
122 { 122 {
123 if ($this->openShaarli) { 123 if ($this->openShaarli) {
124 return true; 124 return true;