From 2296b134d583d38165c41ec55f4de75f26e46ff9 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Thu, 20 Jun 2013 17:53:25 +0530 Subject: [PATCH] CRM-12852 fix --- CRM/Contact/Page/AJAX.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contact/Page/AJAX.php b/CRM/Contact/Page/AJAX.php index e55004fc78..0b339c6b4b 100644 --- a/CRM/Contact/Page/AJAX.php +++ b/CRM/Contact/Page/AJAX.php @@ -51,6 +51,7 @@ class CRM_Contact_Page_AJAX { 'fieldName' => 'field_name', 'tableName' => 'table_name', 'context' => 'context', + 'rel' => 'rel' ); foreach ($whitelist as $key => $param) { if (!empty($_GET[$key])) { -- 2.25.1