From 1c67d0baee80d908bf74793336cd8c6498f57189 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 5 Jun 2016 17:53:12 -0600 Subject: [PATCH] Get the extensions then the summary array. --- app/xml_cdr/xml_cdr_extension_summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xml_cdr/xml_cdr_extension_summary.php b/app/xml_cdr/xml_cdr_extension_summary.php index 8cd5299756..16ef8842df 100644 --- a/app/xml_cdr/xml_cdr_extension_summary.php +++ b/app/xml_cdr/xml_cdr_extension_summary.php @@ -60,8 +60,8 @@ $cdr->start_stamp_end = $start_stamp_end; $cdr->include_internal = $include_internal; $cdr->quick_select = $quick_select; + $extensions = $cdr->extensions; $summary = $cdr->user_summary(); - $extensions = $cdr->extensions(); //page title and description echo "\n";