diff options
Diffstat (limited to 'apps/contacts/photo.php')
-rwxr-xr-x | apps/contacts/photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/photo.php b/apps/contacts/photo.php index f9e62455c13..12d7f370710 100755 --- a/apps/contacts/photo.php +++ b/apps/contacts/photo.php @@ -10,7 +10,7 @@ // Init owncloud -OC_Util::checkLoggedIn(); +OCP\User::checkLoggedIn(); OC_Util::checkAppEnabled('contacts'); function getStandardImage(){ |