diff options
Diffstat (limited to 'apps/contacts/thumbnail.php')
-rwxr-xr-x | apps/contacts/thumbnail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/thumbnail.php b/apps/contacts/thumbnail.php index d7bf1fd8c3c..11d1db03108 100755 --- a/apps/contacts/thumbnail.php +++ b/apps/contacts/thumbnail.php @@ -22,7 +22,7 @@ // Init owncloud -OC_JSON::checkLoggedIn(); +OCP\JSON::checkLoggedIn(); //OCP\User::checkLoggedIn(); OCP\App::checkAppEnabled('contacts'); |