When running drush update $module I get an undefined function error for this. I think this is because module_load_include() only runs at certain bootstrap levels, which drush is probably below. This probably needs to be moved back into the .module, or maybe use plain require_once() to include it with the path hardcoded, since the directory is always going to be the same.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 668968_login_security_hook_menu.patch | 898 bytes | ilo |
Comments
Comment #1
ilo commentedI have committed this patch to DRUPAL-6--1. Thanks catch for the 'catch'.