Forgot to reenable the export plugin.

This commit is contained in:
Thomas Tanghus 2012-08-24 05:04:45 +02:00
parent 953f9d95f8
commit b716296203
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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