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:
authorChristian Raue <christian.raue@gmail.com>2014-07-16 16:33:05 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-19 12:31:14 +0400
commita054de65ed078a7786033f8e2793438ecdb65840 (patch)
tree110445c993b4bee9584a020ce20fca53adabeb8e /plugins/VisitorInterest/VisitorInterest.php
parent6f079639d0dd47dfc2b023a7cb0bcb6b69c066eb (diff)
fixed method visibility keyword order
Diffstat (limited to 'plugins/VisitorInterest/VisitorInterest.php')
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index 3a38f40c18..70f5c48e4f 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -27,12 +27,12 @@ class VisitorInterest extends \Piwik\Plugin
Piwik::addAction('Template.footerVisitsFrequency', array('Piwik\Plugins\VisitorInterest\VisitorInterest', 'footerVisitsFrequency'));
}
- static public function headerVisitsFrequency(&$out)
+ public static function headerVisitsFrequency(&$out)
{
$out = '<div id="leftcolumn">';
}
- static public function footerVisitsFrequency(&$out)
+ public static function footerVisitsFrequency(&$out)
{
$out = '</div>
<div id="rightcolumn">