mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
If search is not set use an empty string instead of null
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
$text = $language->get();
|
||||
|
||||
//get submitted variables
|
||||
$search = $_REQUEST['search'];
|
||||
$search = $_REQUEST['search'] ?? '';
|
||||
$default_setting_uuids = $_REQUEST["id"];
|
||||
|
||||
//toggle the setting
|
||||
|
||||
Reference in New Issue
Block a user