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:19:07 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 08:19:07 +0400
commit2b4a530829d5b7f43116fba924014a5be109e286 (patch)
tree5bac965388dc1571db6d0f921d8abf2b0f1b6014 /core
parentc5cffeff1ff9d476473e337c7a86a2b48d50981c (diff)
Fix bug in last commit and make sure UI test build works.
Diffstat (limited to 'core')
-rw-r--r--core/CacheFile.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CacheFile.php b/core/CacheFile.php
index e37959781e..7e74823230 100644
--- a/core/CacheFile.php
+++ b/core/CacheFile.php
@@ -186,6 +186,7 @@ class CacheFile
*/
public function deleteAll()
{
+ $self = $this;
$beforeUnlink = function ($path) use ($self) {
$self->opCacheInvalidate($path);
};