This module fails to install, and the following error is thrown:

Undefined index: description in drupal_check_module()...

This patch does 2 things:

  1. Adds description keys to each item in hook_requirements().
  2. Displays more helpful debugging messages when requirements are not met.
CommentFileSizeAuthor
femail-no-description.patch1.8 KBtheunraveler

Comments

jvdurme’s picture

Thanks for the hint on the description keys! Was pulling my hair out on this error in my own module. ;)