mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Filemanager - fix delete share action disappears after the first use
This commit is contained in:
parent
59cf097a09
commit
b36aeb827c
@ -195,6 +195,7 @@ class filemanager_shares extends filemanager_ui
|
||||
throw new Api\Exception\WrongParameter("Unknown action '{$content['nm']['action']}'!");
|
||||
}
|
||||
unset($content['nm']['action']);
|
||||
unset($content['nm']['id']);
|
||||
}
|
||||
$content['is_setup'] = self::$is_setup;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user