Fix syntax problem

This commit is contained in:
FusionPBX 2023-02-21 19:44:41 -07:00 committed by GitHub
parent 2ca41f446b
commit 67bfd31765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;