filemanager: openPath() is not on the scope anymore

This commit is contained in:
Johannes Zellner
2021-06-22 16:07:40 +02:00
parent 0fdb7f0a93
commit 0e5f8e75f9

View File

@@ -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) {