line 132 and 139: there were BLOCK_CACHE_PER_ROLE and BLOCK_CACHE_PER_USER while the correct constants are DRUPAL_CACHE_PER_ROLE and DRUPAL_CACHE_PER_USER. I attached the module patched

CommentFileSizeAuthor
follow.module.zip6.32 KBomissis

Comments

omissis’s picture

Assigned: omissis » Unassigned
Status: Fixed » Needs review

here it is the diff from 7.x-1.x-dev(downloaded 12-feb-2010) to the modified one:

132c132
< 'cache' => BLOCK_CACHE_PER_ROLE,
---
> 'cache' => DRUPAL_CACHE_PER_ROLE,
139c139
< 'cache' => BLOCK_CACHE_PER_USER,
---
> 'cache' => DRUPAL_CACHE_PER_USER,

q0rban’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.