_login_security_menu() undefined
catch - December 28, 2009 - 08:02
| Project: | Login Security |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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.

#1
I have committed this patch to DRUPAL-6--1. Thanks catch for the 'catch'.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.