Skip to content
Snippets Groups Projects
Unverified Commit f75ef99d authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Merge pull request #22924 from demeritcowboy/22898-547

backport of 22898
parents 658a16eb 7949ff3e
Branches
Tags
No related merge requests found
......@@ -5,6 +5,13 @@
*/
class CRM_Utils_Check_Component_Event extends CRM_Utils_Check_Component {
/**
* @inheritDoc
*/
public function isEnabled() {
return CRM_Core_Component::isEnabled('CiviEvent');
}
/**
* Check events have timezone set.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment