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 b2776e4e10
commit 082d694b05

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";