diff --git a/debian/resources/maintenance/call_recordings.php b/debian/resources/maintenance/call_recordings.php index 3f0f1f5..123eddf 100644 --- a/debian/resources/maintenance/call_recordings.php +++ b/debian/resources/maintenance/call_recordings.php @@ -124,7 +124,7 @@ crontab -e } //run the command - if (!emtpy($command)) { + if (!empty($command)) { system($command); }