more testing of chatroom interfaces, also corrected a function call that should have been a class instantiation in reddav
This commit is contained in:
@@ -628,7 +628,7 @@ function RedFileData($file, &$auth,$test = false) {
|
||||
}
|
||||
|
||||
if((! $file) || ($file === '/')) {
|
||||
return RedDirectory('/',$auth);
|
||||
return new RedDirectory('/',$auth);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user