diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-04-23 10:51:25 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-04-23 10:52:13 +0200 |
commit | 82ba2151d176e7e0e1ebcfde8de6db46f651dad4 (patch) | |
tree | ab8397eb1fb7d1d864d7d9ed6efe86b700972f8d /apps/contacts/import.php | |
parent | 8f2e9caf962e51105b94232b0120705bf2d31e1c (diff) | |
download | nextcloud-server-82ba2151d176e7e0e1ebcfde8de6db46f651dad4.tar.gz nextcloud-server-82ba2151d176e7e0e1ebcfde8de6db46f651dad4.zip |
Wrong app check.
Diffstat (limited to 'apps/contacts/import.php')
-rw-r--r-- | apps/contacts/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/import.php b/apps/contacts/import.php index 04cfc397d56..233ed5be22f 100644 --- a/apps/contacts/import.php +++ b/apps/contacts/import.php @@ -9,7 +9,7 @@ ob_start(); require_once ('../../lib/base.php'); OC_JSON::checkLoggedIn(); -OC_Util::checkAppEnabled('calendar'); +OC_Util::checkAppEnabled('contacts'); $nl = "\n"; $progressfile = 'import_tmp/' . md5(session_id()) . '.txt'; if(is_writable('import_tmp/')){ |