Fix mistake in comment
authorMatthew Wire <mjw@mjwconsult.co.uk>
Sat, 29 Feb 2020 11:09:33 +0000 (11:09 +0000)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Sat, 29 Feb 2020 11:09:33 +0000 (11:09 +0000)
CRM/Export/Form/Select.php

index b98ad359e311f31c85c1ab51a3cf08f82cd031db..043c277154aef83e6e50b5bac281ecaa8aec50f1 100644 (file)
@@ -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
    */