Преглед на файлове

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