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
|
//check to see if permission does not exist
|
||||||
if(!permission_exists(xml_cdr_b_leg)){
|
if(!permission_exists('xml_cdr_b_leg')){
|
||||||
$leg = 'a';
|
$leg = 'a';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user