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:
authormatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-06 21:52:15 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-06 21:52:15 +0400
commit1350058ca5948c4d98042918e17c16f31886d76f (patch)
treef85d1cec7a9c0014a98d1ded46dd2a45e6aba1ed /plugins/Referers/API.php
parentad23ddc1e790626f015f16a46c772b66e59f2c1d (diff)
The full page with all the reports is OK
missing the Actions plugins reports (all page views, etc..) looks quite nice actually :)
Diffstat (limited to 'plugins/Referers/API.php')
-rw-r--r--plugins/Referers/API.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Referers/API.php b/plugins/Referers/API.php
index e8668f0f59..ba0116b650 100644
--- a/plugins/Referers/API.php
+++ b/plugins/Referers/API.php
@@ -173,8 +173,7 @@ function Piwik_getSearchEngineLogoFromName($url)
{
require_once PIWIK_DATAFILES_INCLUDE_PATH . "/SearchEngines.php";
$path = PIWIK_PLUGINS_PATH . '/Referers/images/searchEngines/%s.png';
-
- $beginningUrl = strpos($url,'//')+2;
+ $beginningUrl = strpos($url,'//') + 2;
$normalPath = sprintf($path, substr($url,$beginningUrl));
// flags not in the package !