Skip to content
Snippets Groups Projects
Commit fb5b081b authored by lobo's avatar lobo
Browse files

CRM-12597

----------------------------------------
* CRM-12597: CLONE - Undefined variable: val in CRM_Contribute_BAO_Query::whereClauseSingle()
  http://issues.civicrm.org/jira/browse/CRM-12597
parent ec8c4582
No related branches found
No related tags found
No related merge requests found
......@@ -550,7 +550,7 @@ class CRM_Contribute_BAO_Query {
if (!isset($fields[$fldName])) {
// CRM-12597
CRM_Core_Session::setStatus(ts(
'We did not recognize the search field: %1. Please check and fix your smart groups.',
'We did not recognize the search field: %1. Please check and fix your contribution related smart groups.',
array(1 => $fldName)
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment