From: monishdeb Date: Mon, 29 Dec 2014 10:23:43 +0000 (+0530) Subject: Api test failures fix round1 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7b9f95c34e185f28de2b81a04453227e4041e7d7;p=civicrm-core.git Api test failures fix round1 --- 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'], )