fix mode display for move

This commit is contained in:
ed 2021-07-31 07:19:10 +00:00
parent 24a2f760b7
commit cca2844deb

View file

@ -2839,7 +2839,7 @@ function apply_perms(newperms) {
var axs = [],
aclass = '>',
chk = ['read', 'write', 'rename', 'delete'];
chk = ['read', 'write', 'move', 'delete'];
for (var a = 0; a < chk.length; a++)
if (has(perms, chk[a]))