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

View File

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