From 7b9f95c34e185f28de2b81a04453227e4041e7d7 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Mon, 29 Dec 2014 15:53:43 +0530 Subject: [PATCH] Api test failures fix round1 --- api/v3/ReportTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/ReportTemplate.php b/api/v3/ReportTemplate.php index a4691c634d..071994a113 100644 --- a/api/v3/ReportTemplate.php +++ b/api/v3/ReportTemplate.php @@ -113,7 +113,7 @@ function _civicrm_api3_report_template_getrows($params) { } $class = civicrm_api3('option_value', 'getvalue', array( - 'option_group_id' => 'report_template', + 'option_group_name' => 'report_template', 'return' => 'name', 'value' => $params['report_id'], ) -- 2.25.1