From acc45bb8cb6987d6b99881bef8b0d6a2bd513f19 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Sat, 29 Feb 2020 11:09:33 +0000 Subject: [PATCH] Fix mistake in comment --- CRM/Export/Form/Select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Export/Form/Select.php b/CRM/Export/Form/Select.php index b98ad359e3..043c277154 100644 --- a/CRM/Export/Form/Select.php +++ b/CRM/Export/Form/Select.php @@ -490,7 +490,7 @@ FROM {$this->_componentTable} } /** - * Get the query mode (eg. CRM_Core_BAO_Query::MODE_CASE) + * Get the query mode (eg. CRM_Contact_BAO_Query::MODE_CASE) * * @return int */ -- 2.25.1