mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
If search is not set use an empty string instead of null
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
$action = $_POST['action'];
|
||||
$dialplans = $_POST['dialplans'];
|
||||
$context = $_POST['context'];
|
||||
$search = $_POST['search'];
|
||||
$search = $_POST['search'] ?? '';
|
||||
$order_by = $_POST['order_by'];
|
||||
$order = $_POST['order'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user