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:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-14 23:16:24 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-14 23:16:24 +0400
commitd63fd0e45600611b887a499a452d0674e26c1abe (patch)
tree99023c0f145443ced928a053eccf627ccdfa99cd /plugins
parent4541f97ee10142b3af7ed629097c341cd3ec75a4 (diff)
forgot to commit the controller update
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreUpdater/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/Controller.php b/plugins/CoreUpdater/Controller.php
index f6952594f6..56b7712664 100644
--- a/plugins/CoreUpdater/Controller.php
+++ b/plugins/CoreUpdater/Controller.php
@@ -155,7 +155,7 @@ class Controller extends \Piwik\Plugin\Controller
}
}
- protected static function clearPhpCaches()
+ public static function clearPhpCaches()
{
if (function_exists('apc_clear_cache')) {
apc_clear_cache(); // clear the system (aka 'opcode') cache