diff options
Diffstat (limited to 'application/Url.php')
-rw-r--r-- | application/Url.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/application/Url.php b/application/Url.php index c5c7dd18..25a62a8a 100644 --- a/application/Url.php +++ b/application/Url.php | |||
@@ -94,7 +94,10 @@ class Url | |||
94 | 'utm_', | 94 | 'utm_', |
95 | 95 | ||
96 | // ATInternet | 96 | // ATInternet |
97 | 'xtor=' | 97 | 'xtor=', |
98 | |||
99 | // Other | ||
100 | 'campaign_' | ||
98 | ); | 101 | ); |
99 | 102 | ||
100 | private static $annoyingFragments = array( | 103 | private static $annoyingFragments = array( |