mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Issue #3546 Filter elan during SEF URL and THEME_LAYOUT detection.
This commit is contained in:
parent
85d8d6b44a
commit
f003a092fc
@ -4944,7 +4944,7 @@ class eHelper
|
||||
*/
|
||||
public static function removeTrackers($get = array())
|
||||
{
|
||||
$trackers = array('fbclid','utm_source','utm_medium','utm_content','utm_campaign');
|
||||
$trackers = array('fbclid','utm_source','utm_medium','utm_content','utm_campaign','elan');
|
||||
|
||||
foreach($trackers as $val)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user