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) {

Comments

cpugeniusmv’s picture

Assigned: Unassigned » cpugeniusmv
Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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