Skip to content
Snippets Groups Projects
Unverified Commit 87bc2754 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #18652 from eileenmcnaughton/silly

Fix patently silly code
parents 29ff32ea 7b7bbd76
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