Fix xml cdr export show all.

This commit is contained in:
FusionPBX 2017-01-18 20:06:40 -07:00 committed by GitHub
parent a579f82192
commit 4eb8d5c53f
1 changed files with 1 additions and 1 deletions

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