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:
authormattpiwik <matthieu.aubry@gmail.com>2010-07-28 15:31:02 +0400
committermattpiwik <matthieu.aubry@gmail.com>2010-07-28 15:31:02 +0400
commit82c80b560e4edf3388411b714ca8d8787feaf71c (patch)
treecb19645fb332b69eab9d2118fd60a044bea81950 /plugins/UserCountry
parent0401a6d8b35886d414e86bb5f1b0a57ab1805673 (diff)
Reverting parts of r2746 as it was broken (thanks Hudson)
git-svn-id: http://dev.piwik.org/svn/trunk@2750 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/UserCountry.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/UserCountry.php b/plugins/UserCountry/UserCountry.php
index 7eb532ef5d..22bb33f5a2 100644
--- a/plugins/UserCountry/UserCountry.php
+++ b/plugins/UserCountry/UserCountry.php
@@ -44,7 +44,7 @@ class Piwik_UserCountry extends Piwik_Plugin
public function getReportMetadata($notification)
{
$reports = &$notification->getNotificationObject();
- $reports[$priority = 20] = array(
+ $reports[] = array(
'category' => Piwik_Translate('General_Visitors'),
'name' => Piwik_Translate('UserCountry_Country'),
'module' => 'UserCountry',
@@ -52,7 +52,7 @@ class Piwik_UserCountry extends Piwik_Plugin
'dimension' => Piwik_Translate('UserCountry_Country'),
);
- $reports[$priority = 21] = array(
+ $reports[] = array(
'category' => Piwik_Translate('General_Visitors'),
'name' => Piwik_Translate('UserCountry_Continent'),
'module' => 'UserCountry',