summaryrefslogtreecommitdiffstats
path: root/apps/contacts/import.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-23 13:03:50 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-23 13:03:50 +0200
commit1b084cc120deff1d5efd96c842c89367b283b4ce (patch)
tree319181f656e9c08d6f38b1f20dc183c90a636413 /apps/contacts/import.php
parent4c2cf35050032002d01978f53201723330ebfe16 (diff)
parent82ba2151d176e7e0e1ebcfde8de6db46f651dad4 (diff)
downloadnextcloud-server-1b084cc120deff1d5efd96c842c89367b283b4ce.tar.gz
nextcloud-server-1b084cc120deff1d5efd96c842c89367b283b4ce.zip
Merge branch 'master' into movable_apps
Diffstat (limited to 'apps/contacts/import.php')
-rw-r--r--apps/contacts/import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/import.php b/apps/contacts/import.php
index 8cf0a173db1..b80021e00ea 100644
--- a/apps/contacts/import.php
+++ b/apps/contacts/import.php
@@ -9,7 +9,7 @@
ob_start();
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/')){