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-06-17 03:12:41 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-17 03:12:41 +0400
commitdfc2c92a5f755c3daf049d480e17d9a4cb44fa73 (patch)
treed73d9bcbb8f9164e939e50b560dfc6e59a1617fd
parent336cd45fd1c3c1df8aaf9f4980e24a563f0823c0 (diff)
this should fix some tests, an overriden country, city, region, ... was ignored
-rw-r--r--plugins/UserCountry/Columns/Base.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/UserCountry/Columns/Base.php b/plugins/UserCountry/Columns/Base.php
index 48d5fc897a..8bffc20028 100644
--- a/plugins/UserCountry/Columns/Base.php
+++ b/plugins/UserCountry/Columns/Base.php
@@ -26,10 +26,6 @@ abstract class Base extends VisitDimension
protected function getUrlOverrideValueIfAllowed($urlParamToOverride, Request $request)
{
- if (empty($this->urlParamToOverride)) {
- return false;
- }
-
if (!$request->isAuthenticated()) {
return false;
}