Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Updater.php')
-rw-r--r--core/Updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updater.php b/core/Updater.php
index 6325cb53e8..8dfba6a35d 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -194,7 +194,7 @@ class Piwik_Updater
$pathToUpdates = sprintf($this->pathUpdateFilePlugins, $name) . '*.php';
}
- $files = @glob( $pathToUpdates );
+ $files = _glob( $pathToUpdates );
if($files == false)
{
$files = array();