typo
This commit is contained in:
parent
89a2012f7f
commit
4c45068d70
@ -53,7 +53,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota {
|
|||||||
$this->ext_path = $ext_path;
|
$this->ext_path = $ext_path;
|
||||||
// remove "/cloud" from the beginning of the path
|
// remove "/cloud" from the beginning of the path
|
||||||
$modulename = get_app()->module;
|
$modulename = get_app()->module;
|
||||||
$this->red_path = ((strpos($ext_path, '/' . $modulename') === 0) ? substr($ext_path, strlen($modulename) + 1) : $ext_path);
|
$this->red_path = ((strpos($ext_path, '/' . $modulename) === 0) ? substr($ext_path, strlen($modulename) + 1) : $ext_path);
|
||||||
if (! $this->red_path) {
|
if (! $this->red_path) {
|
||||||
$this->red_path = '/';
|
$this->red_path = '/';
|
||||||
}
|
}
|
||||||
@ -341,7 +341,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota {
|
|||||||
function getDir() {
|
function getDir() {
|
||||||
//logger($this->ext_path, LOGGER_DEBUG);
|
//logger($this->ext_path, LOGGER_DEBUG);
|
||||||
$this->auth->log();
|
$this->auth->log();
|
||||||
$modulename = get_app->module;
|
$modulename = get_app()->module;
|
||||||
|
|
||||||
$file = $this->ext_path;
|
$file = $this->ext_path;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user