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.
if ($result = module_invoke($module, 'bitcache', 'access', $id)) {
Fixed in changeset [115499] and included in the 6.x-1.0-alpha1 snapshot.
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
Arto commentedComment #2
Arto commentedFixed in changeset [115499] and included in the 6.x-1.0-alpha1 snapshot.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.