The documentation of entity_access() stats that the $op parameter of the access callback should be one of 'view', 'update', 'create' or 'delete', but in entity_metadata_taxonomy_access() $op == 'edit' is tested instead of $op == 'update'.
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-entity-access-hook-is-update-not-edit.patch | 1 KB | paranojik |
Comments
Comment #1
fagothanks for catching this. committed.