First, the "View" test doesn't have a return in front of 'user_access'.

Second, the only ops that are defined are 'view,' 'create,' 'delete,' and 'update.' There are no such values as 'admin' and 'manage.'

Comments

geek.de.nz’s picture

Status: Active » Fixed

OK, added the return before user_access for the op view in the feemanager_access function.

Second. I thought you can define ops yourself. But obviously I was wrong. Thanks for that. Will upload to CVS and make a new relase once I added a few features.

nancydru’s picture

You can add ops, but I don't think they will pass through that hook.

Before you upload, you might also want to install the Coder module and get some of the coding standards applied.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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