Skip to content

Commit

Permalink
this should fix some tests, an overriden country, city, region, ... w…
Browse files Browse the repository at this point in the history
…as ignored
  • Loading branch information
tsteur committed Jun 16, 2014
1 parent 336cd45 commit dfc2c92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/UserCountry/Columns/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit dfc2c92

Please sign in to comment.