X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Fafform%2Fhtml%2Fafform_html.php;h=0b75ec68d24331ed5503deedac9045c9be24efc4;hb=6e53dc3f9c16bd5b15cfdb9708b61b1dc0008b3d;hp=c7dd357d7ab2a8add95b4737bb0de94d558763d9;hpb=9c25ba085848043e887960fbeb49e35e5c1e05e2;p=civicrm-core.git diff --git a/ext/afform/html/afform_html.php b/ext/afform/html/afform_html.php index c7dd357d7a..0b75ec68d2 100644 --- a/ext/afform/html/afform_html.php +++ b/ext/afform/html/afform_html.php @@ -144,19 +144,3 @@ function afform_html_civicrm_entityTypes(&$entityTypes) { function afform_html_civicrm_themes(&$themes) { _afform_html_civix_civicrm_themes($themes); } - -/** - * Implements hook_civicrm_check(). - */ -function afform_html_civicrm_check(&$messages) { - $dir = E::path(AFFORM_HTML_MONACO); - if (!file_exists($dir)) { - $messages[] = new CRM_Utils_Check_Message( - 'afform_html_monaco', - ts('Afform HTML is missing its "bower_components" folder. Please consult the README.md for current installation instructions.'), - ts('Afform HTML: Packages are missing'), - \Psr\Log\LogLevel::CRITICAL, - 'fa-chain-broken' - ); - } -}