Fixed minor bug

This commit is contained in:
Luis Calvo 2019-05-28 18:03:40 +02:00
parent e993dcc3a5
commit 77dbb53db4
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ if ($config['ehorus_enabled'] && $config['ehorus_user_level_conf']) {
// Enable/disable eHorus for this user
$row = [];
$row['name'] = __('eHorus user acces enabled');
$row['control'] = html_print_checkbox_switch('ehorus_user_level_enabled', 1, $user_info['ehorus_user_level_enabled'], true)cd;
$row['control'] = html_print_checkbox_switch('ehorus_user_level_enabled', 1, $user_info['ehorus_user_level_enabled'], true);
$table_remote->data['ehorus_user_level_enabled'] = $row;
// User.