Fix xml cdr show all for export.

This commit is contained in:
FusionPBX
2017-01-18 20:05:21 -07:00
committed by GitHub
parent 7f45fef615
commit 49aeb1dc07

View File

@@ -122,7 +122,7 @@
echo " <input type='hidden' name='order_by' value='".$order_by."'>\n";
echo " <input type='hidden' name='order' value='".$order."'>\n";
}
if (permission_exists('xml_cdr_all' && $_REQUEST['showall'] == 'true')) {
if (permission_exists('xml_cdr_all') && $_REQUEST['showall'] == 'true') {
echo " <input type='hidden' name='showall' value='true'>\n";
}
echo " <table cellpadding='0' cellspacing='0' border='0'>\n";