瀏覽代碼

Update call_recordings.php

FusionPBX 3 月之前
父節點
當前提交
7a9200b3fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debian/resources/maintenance/call_recordings.php

+ 1 - 1
debian/resources/maintenance/call_recordings.php

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