Explorar o código

Update call_recordings.php

FusionPBX hai 3 meses
pai
achega
7a9200b3fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 				}