diff options
author | friendica <info@friendica.com> | 2014-01-29 16:02:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-29 16:02:02 -0800 |
commit | 677f5f641e6c37244ee67459b6fa2c7e5aea119b (patch) | |
tree | 6e6ff468526ac2ebc2eb97cacd3c5cabe4f652b3 /include/reddav.php | |
parent | 1915add7c1c812a368540ece48209729329ced94 (diff) | |
download | volse-hubzilla-677f5f641e6c37244ee67459b6fa2c7e5aea119b.tar.gz volse-hubzilla-677f5f641e6c37244ee67459b6fa2c7e5aea119b.tar.bz2 volse-hubzilla-677f5f641e6c37244ee67459b6fa2c7e5aea119b.zip |
more testing of chatroom interfaces, also corrected a function call that should have been a class instantiation in reddav
Diffstat (limited to 'include/reddav.php')
-rw-r--r-- | include/reddav.php | 2 |
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); } |