Fixed call center queue agents table (#6746)

* Update destination_edit.php

* Fixed php 8.1 errors

* Fixed cdr recording download not working

* Update call_center_queue_edit.php

* Update call_center_queue_edit.php

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
Alex
2023-06-06 11:31:22 -06:00
committed by GitHub
co-authored by FusionPBX
parent b14fde8eec
commit 22a01b147d
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -218,7 +218,7 @@
*/
//limit the number of results
if ($_SESSION['cdr']['limit']['numeric'] > 0) {
if (!empty($_SESSION['cdr']['limit']['numeric']) && $_SESSION['cdr']['limit']['numeric'] > 0) {
$num_rows = $_SESSION['cdr']['limit']['numeric'];
}