Skip to content

Commit

Permalink
Issue #1: Merge fix from Drupal 7 issue 2897415.
Browse files Browse the repository at this point in the history
Fixes #1.
By David Rothstein, Jeff Martin, cilefen, Ayesh Karunaratne, John Ennew, James Monroe, @indigoxela, and all involved in the D7 queue.
  • Loading branch information
laryn committed Apr 18, 2024
1 parent 219f26d commit 668f05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book_made_simple.module
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function book_made_simple_form_alter(&$form, &$form_state, $form_id) {
}
}
else {
$form['book']['#type'] = 'hidden';
$form['book']['#access'] = FALSE;
}
return $form;
}
Expand Down

0 comments on commit 668f05a

Please sign in to comment.