]> source.dussan.org Git - nextcloud-server.git/commitdiff
Wrong app check.
authorThomas Tanghus <thomas@tanghus.net>
Mon, 23 Apr 2012 08:51:25 +0000 (10:51 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 23 Apr 2012 08:52:13 +0000 (10:52 +0200)
apps/contacts/import.php

index 04cfc397d56a7322dadbaae7ad90f8e551092f3b..233ed5be22f69814beca882d1191cab9aa4a22e6 100644 (file)
@@ -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/')){