From 5f3c54922773068091dfe8b40e3b407512ef4cfe Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Thu, 16 Feb 2012 19:16:31 +0100
Subject: [PATCH] Contacts: Add removed app enabled check

---
 apps/contacts/index.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/contacts/index.php b/apps/contacts/index.php
index c5115d1607..0a21ddd04b 100644
--- a/apps/contacts/index.php
+++ b/apps/contacts/index.php
@@ -10,6 +10,8 @@ require_once('../../lib/base.php');
 
 // Check if we are a user
 OC_Util::checkLoggedIn();
+OC_Util::checkAppEnabled('contacts');
+
 // Get active address books. This creates a default one if none exists.
 $ids = OC_Contacts_Addressbook::activeIds(OC_User::getUser());
 $contacts = OC_Contacts_VCard::all($ids);
-- 
GitLab