mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-13 19:12:05 +01:00
bug fix: file editor issue ref: https://community.cyberpanel.net/t/error-html-editor/52113
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user