From 7a9200b3fd2c6fd916dc47d30cb7a1b8fd68b3a8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 4 Apr 2025 15:45:54 -0600 Subject: [PATCH] Update call_recordings.php --- debian/resources/maintenance/call_recordings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }