Update xml_cdr_inc.php (#4646)

removes potential "Warning: Use of undefined constant"
This commit is contained in:
chansizzle
2019-09-24 13:38:07 -06:00
committed by FusionPBX
parent 330272c7b8
commit e36acf1dcd

View File

@@ -105,7 +105,7 @@
}
//check to see if permission does not exist
if(!permission_exists(xml_cdr_b_leg)){
if(!permission_exists('xml_cdr_b_leg')){
$leg = 'a';
}