Download & Extend

Patches in module refers to entitity_cache and not to drupal_6_entity_cache

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!
AttachmentSize
node_entity_p6.patch2.5 KB
taxonomy_entity_p6.patch1.82 KB
user_entity_p6.patch2.83 KB

Comments

#1

awesome thanks!!!

#2

Status:patch (to be ported)» closed (fixed)