diff options
Diffstat (limited to 'apps/contacts/photo.php')
-rw-r--r-- | apps/contacts/photo.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/photo.php b/apps/contacts/photo.php index 7ba2002b13d..1bdfbe3a27f 100644 --- a/apps/contacts/photo.php +++ b/apps/contacts/photo.php @@ -22,6 +22,7 @@ // Init owncloud require_once('../../lib/base.php'); +OC_Util::checkAppEnabled('contacts'); $id = $_GET['id']; |