Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.4
-
Fix Version/s: 4.4.5
-
Component/s: None
-
Labels:None
Description
I just observed that in CRM_Contact_Page_AJAX::getDedupes $sortMapper must throw an enotice (picked up in IDE not on site but it is not defined & appears to be a copy & paste error)
$sort = isset($_REQUEST['iSortCol_0']) ? $sortMapper[CRM_Utils_Type::escape($_REQUEST['iSortCol_0'], 'Integer')] : 'sort_name';