Skip to content
Snippets Groups Projects
Commit d756c965 authored by Kevin Wall's avatar Kevin Wall Committed by Nancy Wichmann
Browse files

Issue 1797104 by kevinwal: Correct function name.

parent 69fd1d00
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ function workflow_access_node_access_explain($row) {
* Add a "three dimensional" (state, role, permission type) configuration
* interface to the workflow edit form.
*/
function workflow_access_form_workflow_edit_form_alter(&$form, $form_state) {
function workflow_access_form_workflow_admin_ui_edit_form_alter(&$form, $form_state) {
// A list of roles available on the site and our
// special -1 role used to represent the node author.
$rids = user_roles();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment