diff options
Diffstat (limited to 'apps/contacts/index.php')
-rwxr-xr-x | apps/contacts/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/index.php b/apps/contacts/index.php index a680da3fa97..8f2a561b312 100755 --- a/apps/contacts/index.php +++ b/apps/contacts/index.php @@ -9,7 +9,7 @@ // Check if we are a user -OC_Util::checkLoggedIn(); +OCP\User::checkLoggedIn(); OC_Util::checkAppEnabled('contacts'); // Get active address books. This creates a default one if none exists. |