Explorar el Código

Update call_recordings.php

FusionPBX hace 3 meses
padre
commit
7a9200b3fd
Se han modificado 1 ficheros con 1 adiciones y 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);
 				}