mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 05:07:53 +02: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];
|
completePathForFile = $scope.currentRPath + "/" + allFilesAndFolders[0];
|
||||||
$scope.errorMessageFile = true;
|
$scope.errorMessageFile = true;
|
||||||
} else {
|
} else {
|
||||||
completePathForFile = $scope.currentPath + "/" + $scope.newFileName;
|
completePathForFile = $scope.currentPath + "/" + allFilesAndFolders[0];
|
||||||
$scope.errorMessageFile = true;
|
$scope.errorMessageFile = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user