incompatible drupal_alter() call and info in README
flevour - October 3, 2008 - 08:19
| Project: | Autoload |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Crell |
| Status: | closed |
Jump to:
Description
Hi,
I briefly reviewed your code and I have noticed that you provide altering mechanism calling drupal_alter('autoload', $classes);, effectively calling hook_autoload_alter instead of hook_autoload_info_alter as it is stated on the README.txt.

#1
D'Oh! I changed that at the last minute before submitting the module. Looks like I missed a call. Damn. Looks like the module is going to need a 1.1 release. :-( I'll try to get to that soon, but may not roll a new release until #316605: add in drupal_function_exist is decided.
#2
#3
Fixed in dev.
#4
Automatically closed -- issue fixed for two weeks with no activity.