From d483673678dfff116e75faa76859474846f2986d Mon Sep 17 00:00:00 2001 From: Kanti Date: Wed, 23 Jul 2014 16:53:22 +0200 Subject: [PATCH] miep --- system/includes/updater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/includes/updater.php b/system/includes/updater.php index e207c12..f094f91 100644 --- a/system/includes/updater.php +++ b/system/includes/updater.php @@ -3939,7 +3939,7 @@ TZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pcmaHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a9 if (!in_array('https', stream_get_wrappers())) { return array(); } - $fileContent = file_get_contents($path, false, $this->context); + $fileContent = @file_get_contents($path, false, $this->context); if ($fileContent === false) { return array();