aboutsummaryrefslogtreecommitdiffstats
path: root/include/reddav.php
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-01-30 09:57:31 +0100
committermarijus <mario@localhost.localdomain>2014-01-30 09:57:31 +0100
commit91e9e3be91e9fd6ba73085066d34a4c6daf27ee9 (patch)
treeaa53cc5185c5b1a58f0bb8e30609da6bcdc0b5ad /include/reddav.php
parent5e952e3738293ce24309fddaff04350e735e449a (diff)
parent080928f214c9f83879f1578e05baa6032fa2b7b8 (diff)
downloadvolse-hubzilla-91e9e3be91e9fd6ba73085066d34a4c6daf27ee9.tar.gz
volse-hubzilla-91e9e3be91e9fd6ba73085066d34a4c6daf27ee9.tar.bz2
volse-hubzilla-91e9e3be91e9fd6ba73085066d34a4c6daf27ee9.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/reddav.php')
-rw-r--r--include/reddav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/reddav.php b/include/reddav.php
index c5ef39097..e6e066770 100644
--- a/include/reddav.php
+++ b/include/reddav.php
@@ -628,7 +628,7 @@ function RedFileData($file, &$auth,$test = false) {
}
if((! $file) || ($file === '/')) {
- return RedDirectory('/',$auth);
+ return new RedDirectory('/',$auth);
}