4
0
Эх сурвалжийг харах

Fix typo coding style

See https://github.com/FreshRSS/FreshRSS/issues/290
Marien Fressinaud 11 жил өмнө
parent
commit
ea79466582
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      p/f.php

+ 1 - 1
p/f.php

@@ -28,7 +28,7 @@ function download_favicon($website, $dest) {
 	curl_setopt($c, CURLOPT_BINARYTRANSFER, true);
 	$img_raw = curl_exec($c);
 	$status_code = curl_getinfo($c, CURLINFO_HTTP_CODE);
-	curl_close ($c);
+	curl_close($c);
 
 	if ($status_code === 200) {
 		$file = fopen($dest, 'w');