Active
Project:
Autoload
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2011 at 15:37 UTC
Updated:
16 Jun 2011 at 17:07 UTC
Jump to comment: Most recent file
Why not fetch only enabled modules from the database to register classes and functions?
If a function or class from some module is neccessary for another modul then the modul providing these function or class is a depency and should be enabled.
see also http://drupal.org/node/1189718
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | _autoload_registry_update-1190572-1.patch | 1.21 KB | Thomas_Zahreddin |
Comments
Comment #1
Thomas_Zahreddin commentedpatch
Comment #2
dave reidThis is a straight backport of http://api.drupal.org/api/drupal/includes--registry.inc/function/_regist... from Drupal 7 core, so you should move this patch to core and fix it there first.
Comment #3
Thomas_Zahreddin commentedHi Dave,
D7 patch for includes/registry.inc is in http://drupal.org/node/1189718
;-)