Update call_recordings.php
This commit is contained in:
parent
b2a73beb59
commit
7a9200b3fd
|
|
@ -124,7 +124,7 @@ crontab -e
|
|||
}
|
||||
|
||||
//run the command
|
||||
if (!emtpy($command)) {
|
||||
if (!empty($command)) {
|
||||
system($command);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue