Removing hiding the user setting key.

This commit is contained in:
FusionPBX 2021-05-12 15:23:42 -06:00 committed by GitHub
parent 3b6715b629
commit bf2708578e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@
$sql_where .= "and not ( ";
$sql_where .= "(user_setting_category = 'domain' and user_setting_subcategory = 'language') ";
$sql_where .= "or (user_setting_category = 'domain' and user_setting_subcategory = 'time_zone') ";
$sql_where .= "or (user_setting_category = 'message' and user_setting_subcategory = 'key') ";
$sql_where .= ") ";
$parameters['user_uuid'] = $user_uuid;