Update xml_cdr_inc.php (#4646)
removes potential "Warning: Use of undefined constant"
This commit is contained in:
parent
330272c7b8
commit
e36acf1dcd
|
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue