mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Use the sessions get method to get rows_per_page
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
$text = $language->get();
|
||||
|
||||
//additional includes
|
||||
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
|
||||
$rows_per_page = $settings->get('domain', 'paging', 50);
|
||||
$archive_request = isset($_POST['archive_request']) && $_POST['archive_request'] == 'true' ? true : false;
|
||||
require_once "xml_cdr_inc.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user