CRM-12597
authorDonald A. Lobo <lobo@civicrm.org>
Mon, 13 May 2013 18:39:26 +0000 (11:39 -0700)
committerDonald A. Lobo <lobo@civicrm.org>
Mon, 13 May 2013 18:39:26 +0000 (11:39 -0700)
----------------------------------------
* CRM-12597: CLONE - Undefined variable: val in CRM_Contribute_BAO_Query::whereClauseSingle()
  http://issues.civicrm.org/jira/browse/CRM-12597

CRM/Contribute/BAO/Query.php

index de3befd433d5168747a5ea68eb4876ed8c50a02f..0ca7fca636bd22de0f50d127af9e7d239d90cd85 100644 (file)
@@ -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)
             )
           );