summaryrefslogtreecommitdiffstats
path: root/apps/contacts/photo.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-09-30 23:05:10 +0200
committerBart Visscher <bartv@thisnet.nl>2011-09-30 23:17:18 +0200
commitf4782a76907cf010faf9f4cd7deb3a67a2d02de9 (patch)
treeff3236d0f2785bc6946e84a80e69cf65a1fd6559 /apps/contacts/photo.php
parentddd359989909add47912ad358bec55a924907d81 (diff)
downloadnextcloud-server-f4782a76907cf010faf9f4cd7deb3a67a2d02de9.tar.gz
nextcloud-server-f4782a76907cf010faf9f4cd7deb3a67a2d02de9.zip
Check if the application is actually enabled
Diffstat (limited to 'apps/contacts/photo.php')
-rw-r--r--apps/contacts/photo.php1
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'];