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/Proxy
parent6f079639d0dd47dfc2b023a7cb0bcb6b69c066eb (diff)
fixed method visibility keyword order
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Proxy/Controller.php b/plugins/Proxy/Controller.php
index 1b8d054481..3097c786b5 100644
--- a/plugins/Proxy/Controller.php
+++ b/plugins/Proxy/Controller.php
@@ -108,7 +108,7 @@ class Controller extends \Piwik\Plugin\Controller
* @param string $url
* @return bool True if valid; false otherwise
*/
- static public function isPiwikUrl($url)
+ public static function isPiwikUrl($url)
{
// guard for IE6 meta refresh parsing weakness (OSVDB 19029)
if (strpos($url, ';') !== false