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:
authorrobocoder <anthon.pang@gmail.com>2011-03-12 00:07:12 +0300
committerrobocoder <anthon.pang@gmail.com>2011-03-12 00:07:12 +0300
commit1d01123e1f2e8d8507a8b0e6d2ccd295037fe0d7 (patch)
treef4dfd0fab147ae95579f27c2f708cef07b24eaaa /libs/upgradephp
parent585d25914ae8d8780c55946fd2bf0bfd0d4e6404 (diff)
refs #2177
git-svn-id: http://dev.piwik.org/svn/trunk@4068 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/upgradephp')
-rw-r--r--libs/upgradephp/upgrade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/upgradephp/upgrade.php b/libs/upgradephp/upgrade.php
index a2d2988234..d46c5af0c0 100644
--- a/libs/upgradephp/upgrade.php
+++ b/libs/upgradephp/upgrade.php
@@ -977,4 +977,5 @@ function _readfile($filename, $useIncludePath, $context)
fclose($handle);
return $count;
}
+ return false;
}