1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-02-07 01:54:16 +01:00

Contacts: Add removed app enabled check

This commit is contained in:
Bart Visscher 2012-02-16 19:16:31 +01:00
parent 749faef97f
commit b65aa3ff1a

View File

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