When the hook returns FALSE, the "if" statement
if ($result = module_invoke($module, 'bitcache', 'access', $id)) {
is not executed and the default access, which is TRUE, is assumed.

CommentFileSizeAuthor
b.patch611 bytesmiglius

Comments

Arto’s picture

Title: hook_bitcache() implementation does not respect FALSE return from the hook on access check, » Bug fix for hook_bitcache() invocations returning FALSE
Assigned: Unassigned » Arto
Status: Needs review » Reviewed & tested by the community
Arto’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in changeset [115499] and included in the 6.x-1.0-alpha1 snapshot.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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