From 4c45068d70c086fc1417ab95f632a560a31efca2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 18 Jan 2015 19:24:59 -0800 Subject: typo --- include/RedDAV/RedDirectory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/RedDAV/RedDirectory.php') diff --git a/include/RedDAV/RedDirectory.php b/include/RedDAV/RedDirectory.php index 75ad6a34e..68186d21b 100644 --- a/include/RedDAV/RedDirectory.php +++ b/include/RedDAV/RedDirectory.php @@ -53,7 +53,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota { $this->ext_path = $ext_path; // remove "/cloud" from the beginning of the path $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) { $this->red_path = '/'; } @@ -341,7 +341,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota { function getDir() { //logger($this->ext_path, LOGGER_DEBUG); $this->auth->log(); - $modulename = get_app->module; + $modulename = get_app()->module; $file = $this->ext_path; -- cgit v1.2.3