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) {
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
Comment #1
cpugeniusmv commentedComment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.