Skip to content

Commit

Permalink
Merge pull request #24187 from colemanw/removeCiviAuction
Browse files Browse the repository at this point in the history
Remove reference to CiviAuction
  • Loading branch information
eileenmcnaughton authored Aug 9, 2022
2 parents f2c3457 + 5c461ba commit ea4ec58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Core/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ public static function checkActionPermission($module, $action) {
'CiviContribute' => 'edit contributions',
'CiviGrant' => 'edit grants',
'CiviMail' => 'access CiviMail',
'CiviAuction' => 'add auction items',
];
$permissionName = $editPermissions[$module] ?? NULL;
}
Expand Down

0 comments on commit ea4ec58

Please sign in to comment.