Update call_recordings.php

This commit is contained in:
FusionPBX 2025-04-04 15:45:54 -06:00 committed by GitHub
parent b2a73beb59
commit 7a9200b3fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ crontab -e
}
//run the command
if (!emtpy($command)) {
if (!empty($command)) {
system($command);
}