more testing of chatroom interfaces, also corrected a function call that should have been a class instantiation in reddav

This commit is contained in:
friendica
2014-01-29 16:02:02 -08:00
parent 1915add7c1
commit 677f5f641e
4 changed files with 7 additions and 4 deletions

View File

@@ -628,7 +628,7 @@ function RedFileData($file, &$auth,$test = false) {
}
if((! $file) || ($file === '/')) {
return RedDirectory('/',$auth);
return new RedDirectory('/',$auth);
}