aboutsummaryrefslogtreecommitdiffstats
path: root/include/RedDAV/RedFile.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/RedFile.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/RedFile.php')
-rw-r--r--include/RedDAV/RedFile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/RedDAV/RedFile.php b/include/RedDAV/RedFile.php
index d15bfeb8e..b7aa5473a 100644
--- a/include/RedDAV/RedFile.php
+++ b/include/RedDAV/RedFile.php
@@ -1,6 +1,6 @@
<?php
-namespace Hubzilla\RedDAV;
+namespace RedMatrix\RedDAV;
use Sabre\DAV;
@@ -29,7 +29,7 @@ class RedFile extends DAV\Node implements DAV\IFile {
private $data;
/**
* @see \Sabre\DAV\Auth\Backend\BackendInterface
- * @var \Hubzilla\RedDAV\RedBasicAuth
+ * @var \RedMatrix\RedDAV\RedBasicAuth
*/
private $auth;
/**