Skip to content
Snippets Groups Projects
Commit 77255be5 authored by colemanw's avatar colemanw
Browse files

Setup - Remove CiviGrant from available components

Fixes #3485
parent 1298898b
Branches
Tags
No related merge requests found
......@@ -26,7 +26,6 @@ if (!defined('CIVI_SETUP')) {
'CiviPledge' => ts('Accept pledges'),
'CiviReport' => ts('Generate reports'),
'CiviCampaign' => ts('Organize campaigns, surveys, and petitions'),
'CiviGrant' => ts('Receive grant applications'),
),
);
......
......@@ -26,7 +26,6 @@ if (!defined('CIVI_SETUP')) {
'CiviPledge',
'CiviReport',
'CiviCampaign',
'CiviGrant',
);
$m->setField('components', 'options', array_combine($comps, $comps));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment