Posted by kongoji on October 14, 2011 at 9:32am
2 followers
Jump to:
| Project: | Drupal 6 Entity Cache |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
patches in module contain
if(module_exists('entity_cache')){but the module's name is drupal_6_entity_cache, not entity_cache.
taxonomy_entity.patch contains also a
if(module_exists('etity_cache')){ where
etity_cache should at least be eNtity_cache.I re-rolled the patches giving correct names to module and functions. The patches are rolled against Pressflow, that already implements some of the changes contained in the patches by itself.
Thank for the module, it works great!
| Attachment | Size |
|---|---|
| node_entity_p6.patch | 2.5 KB |
| taxonomy_entity_p6.patch | 1.82 KB |
| user_entity_p6.patch | 2.83 KB |
Comments
#1
awesome thanks!!!
#2