Browse Source

remove extra semicolon

Tony Fernandez 1 năm trước cách đây
mục cha
commit
242b45e6c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/service/message_send_outbound.php

+ 1 - 1
resources/service/message_send_outbound.php

@@ -472,7 +472,7 @@
 
 //prepare the http headers
 	if (isset($setting['http_content_type'])) {
-		$http_headers[] = 'Content-Type: '.$setting['http_content_type'];;
+		$http_headers[] = 'Content-Type: '.$setting['http_content_type'];
 	}
 	foreach ($provider_settings as $row) {
 		if ($row['provider_setting_subcategory'] == 'header' && $row['provider_setting_name'] != 'http_content_type') {