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
path: root/core
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 08:50:56 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 08:50:56 +0400
commite9c40c69176d356410e1da6a6b973c1a9a264414 (patch)
treea1b31f7def1185ff6fc742ef43d4471d7d10957d /core
parentd04cf36e133563b9fa1f7b7c51fba8dd9a20377e (diff)
Fixing build.
Diffstat (limited to 'core')
-rw-r--r--core/CacheFile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/CacheFile.php b/core/CacheFile.php
index 7e74823230..4aa8dd5d0a 100644
--- a/core/CacheFile.php
+++ b/core/CacheFile.php
@@ -194,7 +194,7 @@ class CacheFile
Filesystem::unlinkRecursive($this->cachePath, $deleteRootToo = false, $beforeUnlink);
}
- private function opCacheInvalidate($filepath)
+ public function opCacheInvalidate($filepath)
{
if (function_exists('opcache_invalidate')
&& is_file($filepath)