mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr_inc.php (#4646)
removes potential "Warning: Use of undefined constant"
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user