Fix syntax problem
This commit is contained in:
parent
2ca41f446b
commit
67bfd31765
|
|
@ -1437,6 +1437,8 @@ if (!class_exists('xml_cdr')) {
|
|||
*/
|
||||
public function delete($records) {
|
||||
if (permission_exists($this->permission_prefix.'delete')) {
|
||||
return false;
|
||||
}
|
||||
|
||||
//add multi-lingual support
|
||||
$language = new text;
|
||||
|
|
|
|||
Loading…
Reference in New Issue