diff --git a/include/user.php b/include/user.php index e82f15f..0dd8f55 100644 --- a/include/user.php +++ b/include/user.php @@ -779,7 +779,7 @@ class User { */ function canCreateApplication() { - return isLoggedIn(); + return $this->isLoggedIn(); } /**