From 2cec8f2b5ce5761314c3614d233e3cee0110dc4d Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 31 Aug 2017 14:05:41 +0000 Subject: [PATCH] #1639 --- inc/ws/Controlleur/class.ws.services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.services.php b/inc/ws/Controlleur/class.ws.services.php index 90af441b9..2707276e1 100644 --- a/inc/ws/Controlleur/class.ws.services.php +++ b/inc/ws/Controlleur/class.ws.services.php @@ -769,7 +769,7 @@ class wsServices extends cubeFlashGateway { $r = $core->con->select('SELECT url FROM flfref WHERE ref="' . $core->con->escape($this->args['ref']) . '"'); if ($r->count()) { - header('Location: http://www.flf.fr' . $r->url . '?tkpub=ecata-general&tkcmpg=2017'); + header('Location: http://www.flf.fr' . $r->url . '?tkpub=ecatalogue-com-cata2018-170830&tkcmpg=&utm_source=ecatalogue&utm_medium=com&utm_campaign=cata2018&utm_term=170830&utm_content='); exit; } $q = 'site:http://www.flf.fr/formation-professionnelle/ "Code stage : ' . $this->args['ref'] . '"'; -- 2.39.5