make cloud work again

This commit is contained in:
redmatrix 2015-06-11 22:47:45 -07:00
parent 41085ae03f
commit 6562820175
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Hubzilla\RedDAV; namespace RedMatrix\RedDAV;
use Sabre\DAV; use Sabre\DAV;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Hubzilla\RedDAV; namespace RedMatrix\RedDAV;
use Sabre\DAV; use Sabre\DAV;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Hubzilla\RedDAV; namespace RedMatrix\RedDAV;
use Sabre\DAV; use Sabre\DAV;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Hubzilla\RedDAV; namespace RedMatrix\RedDAV;
use Sabre\DAV; use Sabre\DAV;
@ -29,7 +29,7 @@ class RedFile extends DAV\Node implements DAV\IFile {
private $data; private $data;
/** /**
* @see \Sabre\DAV\Auth\Backend\BackendInterface * @see \Sabre\DAV\Auth\Backend\BackendInterface
* @var \Hubzilla\RedDAV\RedBasicAuth * @var \RedMatrix\RedDAV\RedBasicAuth
*/ */
private $auth; private $auth;
/** /**

View File

@ -19,7 +19,7 @@
*/ */
use Sabre\DAV; use Sabre\DAV;
use Hubzilla\RedDAV; use RedMatrix\RedDAV;
require_once('vendor/autoload.php'); require_once('vendor/autoload.php');
require_once('include/attach.php'); require_once('include/attach.php');