summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-08-24 05:04:45 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-08-24 05:04:45 +0200
commitb716296203cd1ece8a455c2384ffed9c0d5f6f41 (patch)
treeef84644bb1d638e38dbba71e7d65344aa1d8ae11 /apps
parent953f9d95f803ec32f66301e4cc42ecc77d8dab50 (diff)
downloadnextcloud-server-b716296203cd1ece8a455c2384ffed9c0d5f6f41.tar.gz
nextcloud-server-b716296203cd1ece8a455c2384ffed9c0d5f6f41.zip
Forgot to reenable the export plugin.
Diffstat (limited to 'apps')
-rw-r--r--apps/contacts/appinfo/remote.php2
-rw-r--r--apps/contacts/lib/sabre/vcfexportplugin.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/appinfo/remote.php b/apps/contacts/appinfo/remote.php
index 00851037a6c..d8677d7f731 100644
--- a/apps/contacts/appinfo/remote.php
+++ b/apps/contacts/appinfo/remote.php
@@ -55,7 +55,7 @@ $server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend, 'ownCloud'));
$server->addPlugin(new Sabre_CardDAV_Plugin());
$server->addPlugin(new Sabre_DAVACL_Plugin());
$server->addPlugin(new Sabre_DAV_Browser_Plugin(false)); // Show something in the Browser, but no upload
-//$server->addPlugin(new OC_Connector_Sabre_CardDAV_VCFExportPlugin());
+$server->addPlugin(new OC_Connector_Sabre_CardDAV_VCFExportPlugin());
// And off we go!
$server->exec();
diff --git a/apps/contacts/lib/sabre/vcfexportplugin.php b/apps/contacts/lib/sabre/vcfexportplugin.php
index 9a64c964b06..f0ba60b303f 100644
--- a/apps/contacts/lib/sabre/vcfexportplugin.php
+++ b/apps/contacts/lib/sabre/vcfexportplugin.php
@@ -13,7 +13,7 @@
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
-class Sabre_CardDAV_VCFExportPlugin extends Sabre_DAV_ServerPlugin {
+class OC_Connector_Sabre_CardDAV_VCFExportPlugin extends Sabre_DAV_ServerPlugin {
/**
* Reference to Server class