bug fix: file editor issue ref: https://community.cyberpanel.net/t/error-html-editor/52113
This commit is contained in:
parent
f854aaf8c2
commit
ce4b06f5cc
|
|
@ -839,7 +839,7 @@ fileManager.controller('fileManagerCtrl', function ($scope, $http, FileUploader,
|
|||
completePathForFile = $scope.currentRPath + "/" + allFilesAndFolders[0];
|
||||
$scope.errorMessageFile = true;
|
||||
} else {
|
||||
completePathForFile = $scope.currentPath + "/" + $scope.newFileName;
|
||||
completePathForFile = $scope.currentPath + "/" + allFilesAndFolders[0];
|
||||
$scope.errorMessageFile = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue