Minor - disabled unused actions

pull/2629/head
Julio Montoya 7 years ago
parent 9fec375ef8
commit 6ec59d9987
  1. 3
      main/admin/user_list_consent.php

@ -633,8 +633,7 @@ if (api_is_platform_admin() &&
) {
$actionsList['delete'] = get_lang('DeleteFromPlatform');
}
$actionsList['disable'] = get_lang('Disable');
$actionsList['enable'] = get_lang('Enable');
$table->set_form_actions($actionsList);
$table_result = $table->return_table();

Loading…
Cancel
Save