Remove formatting for the device_address

This commit is contained in:
FusionPBX 2023-07-03 12:04:19 -06:00 committed by GitHub
parent 3ea9e7d012
commit 999858e01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,8 +197,8 @@
}
else {
$device_address = strtolower($device["device_address"]);
$device_address = preg_replace('#[^a-fA-F0-9./]#', '', $device_address);
}
$device_address = preg_replace('#[^a-fA-F0-9./]#', '', $device_address);
$line_numbers[$d] = $device["line_number"];
$device_addresses[$d] = $device_address;
$device_templates[$d] = $device["device_template"];