mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Allow a space in the setting category name
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
|
||||
//sanitize the variables
|
||||
$search = preg_replace('#[^a-zA-Z0-9_\-\. ]#', '', $search);
|
||||
$default_setting_category = preg_replace('#[^a-zA-Z0-9_\-\.]#', '', $default_setting_category);
|
||||
$default_setting_category = preg_replace('#[^a-zA-Z0-9_\-\. ]#', '', $default_setting_category);
|
||||
|
||||
//build the query string
|
||||
$query_string = '';
|
||||
|
||||
Reference in New Issue
Block a user