diff options
Diffstat (limited to 'apps/contacts/carddav.php')
-rw-r--r-- | apps/contacts/carddav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/carddav.php b/apps/contacts/carddav.php index b17a9395355..df7c858b1a0 100644 --- a/apps/contacts/carddav.php +++ b/apps/contacts/carddav.php @@ -24,6 +24,7 @@ $RUNTIME_NOSETUPFS = true; require_once('../../lib/base.php'); +OC_Util::checkAppEnabled('contacts'); // Backends $authBackend = new OC_Connector_Sabre_Auth(); |