CIVICRM-2150 CiviCRM 5.63.0 regression, Mailing click tracking now returns: Error...
authorJustin Freeman <justin@agileware.com.au>
Thu, 6 Jul 2023 07:08:56 +0000 (17:08 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 6 Jul 2023 21:01:17 +0000 (07:01 +1000)
extern/url.php

index 370a1fe5d276b02422122fdef2aa27eb5a8b8e04..1c1fac3b32f69844439ceaf7fad4dc1d9a93e4ff 100644 (file)
@@ -54,6 +54,6 @@ if (strlen($query_string) > 0) {
 $url = str_replace('&amp;', '&', $url);
 
 // CRM-17953 - The CMS is not bootstrapped so cannot use CRM_Utils_System::redirect
-header('X-Robots-Tag', 'noindex');
+header('X-Robots-Tagnoindex');
 header('Location: ' . $url);
 CRM_Utils_System::civiExit();