diff --git a/src/js/filemanager.js b/src/js/filemanager.js index d21ab7a16..fa5fc01f8 100644 --- a/src/js/filemanager.js +++ b/src/js/filemanager.js @@ -543,7 +543,7 @@ app.controller('FileManagerController', ['$scope', '$translate', '$timeout', 'Cl }; $scope.goDirectoryUp = function () { - $scope.openPath($scope.cwd + '/..'); + openPath($scope.cwd + '/..'); }; $scope.changeDirectory = function (path) {