Fix nested directories being created incorrectly
This commit is contained in:
parent
a430ebb89e
commit
fdec3cea80
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class FileController extends ClientApiController
|
|||
{
|
||||
$this->fileRepository
|
||||
->setServer($server)
|
||||
->createDirectory($request->input('name'), $request->input('directory', '/'));
|
||||
->createDirectory($request->input('name'), $request->input('root', '/'));
|
||||
|
||||
return Response::create('', Response::HTTP_NO_CONTENT);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue