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:
authorsgiehl <stefangiehl@gmail.com>2012-11-29 01:33:20 +0400
committersgiehl <stefangiehl@gmail.com>2012-11-29 01:33:20 +0400
commite9860fafa0370c49190dd56976babdc762b0beea (patch)
treeb7c99b561e808e04d788fe7271e9db62f3f38d71 /tests/LocalTracker.php
parentdc98a971829c9ed278f79e759ba41b51881ba2fc (diff)
refs #3227 removing remaining simpletest files
git-svn-id: http://dev.piwik.org/svn/trunk@7551 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'tests/LocalTracker.php')
-rwxr-xr-xtests/LocalTracker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/LocalTracker.php b/tests/LocalTracker.php
index 21fbc2ffae..f9f7fc6a27 100755
--- a/tests/LocalTracker.php
+++ b/tests/LocalTracker.php
@@ -107,7 +107,7 @@ class Piwik_LocalTracker extends PiwikTracker
$query = parse_url($url, PHP_URL_QUERY);
if ($query === false)
{
- continue;
+ return;
}
parse_str($query, $args);