aboutsummaryrefslogtreecommitdiffstats
path: root/include/reddav.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-11 22:47:45 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-11 22:47:45 -0700
commit6562820175341ec99689e867973f21619e6c1029 (patch)
treebb783c914c2e4a07d3cac2c666ab556fa5f16ad4 /include/reddav.php
parent41085ae03f9199f13dcb79f3a6a5442edb584ddf (diff)
downloadvolse-hubzilla-6562820175341ec99689e867973f21619e6c1029.tar.gz
volse-hubzilla-6562820175341ec99689e867973f21619e6c1029.tar.bz2
volse-hubzilla-6562820175341ec99689e867973f21619e6c1029.zip
make cloud work again
Diffstat (limited to 'include/reddav.php')
-rw-r--r--include/reddav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/reddav.php b/include/reddav.php
index c39f08f4d..e90543e27 100644
--- a/include/reddav.php
+++ b/include/reddav.php
@@ -19,7 +19,7 @@
*/
use Sabre\DAV;
-use Hubzilla\RedDAV;
+use RedMatrix\RedDAV;
require_once('vendor/autoload.php');
require_once('include/attach.php');