소스 검색

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);
 				}