Преглед изворни кода

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