mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix the is_uuid reference
This commit is contained in:
@@ -210,7 +210,7 @@ if (!class_exists('sofia_global_settings')) {
|
||||
|
||||
//get checked records
|
||||
foreach($records as $record) {
|
||||
if ($record['checked'] == 'true' && is_uuid(sofia_global_setting_uuid')) {
|
||||
if ($record['checked'] == 'true' && is_uuid($record['sofia_global_setting_uuid'])) {
|
||||
$uuids[] = "'".$record['sofia_global_setting_uuid']."'";
|
||||
}
|
||||
}
|
||||
@@ -258,4 +258,4 @@ if (!class_exists('sofia_global_settings')) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user