Error when trying to disable TAC for a role
cpugeniusmv - April 21, 2008 - 20:21
| Project: | Taxonomy Access Control |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | cpugeniusmv |
| Status: | closed |
Jump to:
Description
When trying to disable TAC for a role, I got a double 404 error.
Fix: Change Line 73 in taxonomy_access_admin.inc
-function taxonomy_access_admin_delete_role($rid) {
+function taxonomy_access_admin_delete_role($form_state, $rid) {

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