aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dav.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-10 18:11:15 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-10 18:11:15 -0700
commitbc1b7afc857aedb11264b3c2f1cad688894b3853 (patch)
tree8b97758c39bd72df8888202e404d83c9fcc21146 /mod/dav.php
parenta14d2de1f0cb20f73d332f1df8c6437bbab5aec7 (diff)
downloadvolse-hubzilla-bc1b7afc857aedb11264b3c2f1cad688894b3853.tar.gz
volse-hubzilla-bc1b7afc857aedb11264b3c2f1cad688894b3853.tar.bz2
volse-hubzilla-bc1b7afc857aedb11264b3c2f1cad688894b3853.zip
start to partition the dav
Diffstat (limited to 'mod/dav.php')
-rw-r--r--mod/dav.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/dav.php b/mod/dav.php
index 2321aec75..d4695a544 100644
--- a/mod/dav.php
+++ b/mod/dav.php
@@ -7,7 +7,7 @@
*/
use Sabre\DAV;
-use Hubzilla\RedDAV;
+use RedMatrix\RedDAV;
// composer autoloader for SabreDAV
require_once('vendor/autoload.php');
@@ -131,8 +131,6 @@ function dav_init(&$a) {
$browser = new RedDAV\RedBrowser($auth);
$auth->setBrowserPlugin($browser);
- $server->addPlugin($browser);
-
// Experimental QuotaPlugin
// require_once('include/RedDAV/QuotaPlugin.php');
// $server->addPlugin(new RedDAV\QuotaPlugin($auth));