Filemanager - fix delete share action disappears after the first use

This commit is contained in:
nathangray 2019-07-25 11:24:37 -06:00
parent 59cf097a09
commit b36aeb827c

View File

@ -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;