Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.9
-
Fix Version/s: 4.7.10
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Funding Source:Core Team Funds
Description
When I search (on latest master) for tags in advanced search I get an enotice because the line added in the optimisation
$parentId = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_Tag', $tagId, 'parent_id');
is passing an array ($tagId) rather than a string to a function that expects a string
Not sure if that was the case when the line was added (for 4.7.9 in CRM-18656 ) or it has regressed over the past 20 days