Skip to content
Snippets Groups Projects
Commit 7b7bbd76 authored by eileen's avatar eileen
Browse files

Fix patently silly code

parent 29ff32ea
Branches
Tags
No related merge requests found
......@@ -15,12 +15,12 @@
class CRM_Grant_BAO_Query extends CRM_Core_BAO_Query {
/**
* Get grant fields.
*
* @return array
*/
public static function &getFields() {
$fields = [];
$fields = CRM_Grant_BAO_Grant::exportableFields();
return $fields;
return CRM_Grant_BAO_Grant::exportableFields();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment