bug fix to filemanager (change permissions)

This commit is contained in:
usmannasir
2019-02-12 01:57:35 +05:00
parent a8c4fc8f20
commit 5e6f3a97a5
5 changed files with 27 additions and 3 deletions

View File

@@ -135,6 +135,8 @@ def controller(request):
return fm.extract()
elif method == 'compress':
return fm.compress()
elif method == 'changePermissions':
return fm.changePermissions()
except BaseException, msg: