Browse Source

miep

pull/64/head
Kanti 11 years ago
parent
commit
d483673678
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/includes/updater.php

+ 1
- 1
system/includes/updater.php View File

@ -3939,7 +3939,7 @@ TZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pcmaHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a9
if (!in_array('https', stream_get_wrappers())) { if (!in_array('https', stream_get_wrappers())) {
return array(); return array();
} }
$fileContent = file_get_contents($path, false, $this->context);
$fileContent = @file_get_contents($path, false, $this->context);
if ($fileContent === false) { if ($fileContent === false) {
return array(); return array();


Loading…
Cancel
Save