Browse Source

amend previous

Andrew Dolgov 8 years ago
parent
commit
633fb7ffe2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/functions2.php

+ 1 - 1
include/functions2.php

@@ -203,7 +203,7 @@
 
 	function check_for_update() {
 		if (defined("GIT_VERSION_TIMESTAMP")) {
-			$content = @fetch_file_contents(array("url" => "http://tt-rss.org/version.json", "timeout" => 5));
+			$content = @fetch_file_contents2(array("url" => "http://tt-rss.org/version.json", "timeout" => 5));
 
 			if ($content) {
 				$content = json_decode($content, true);