first pass name change

This commit is contained in:
redmatrix
2015-05-05 03:56:10 -07:00
parent 57fcfc9398
commit a3c37f1458
91 changed files with 680 additions and 680 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace RedMatrix\RedDAV;
namespace Hubzilla\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 \RedMatrix\RedDAV\RedBasicAuth
* @var \Hubzilla\RedDAV\RedBasicAuth
*/
private $auth;
/**