filemanager paths should not start with /
This commit is contained in:
@@ -134,7 +134,7 @@ app.controller('FileManagerController', ['$scope', '$timeout', 'Client', functio
|
||||
return a;
|
||||
}, []).join('/');
|
||||
|
||||
return '/' + filePath;
|
||||
return filePath;
|
||||
}
|
||||
|
||||
$scope.extractStatus = {
|
||||
|
||||
Reference in New Issue
Block a user