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 239ec7f4d47..cf54b4ffd4f 100755 --- a/apps/contacts/thumbnail.php +++ b/apps/contacts/thumbnail.php @@ -24,7 +24,7 @@ OC_JSON::checkLoggedIn(); //OCP\User::checkLoggedIn(); -OC_Util::checkAppEnabled('contacts'); +OCP\App::checkAppEnabled('contacts'); function getStandardImage(){ OC_Response::setExpiresHeader('P10D'); |