Skip to content

Commit

Permalink
Merge pull request #3 from yorkshire-pudding/issue-2-config
Browse files Browse the repository at this point in the history
Fix config page settings
  • Loading branch information
yorkshire-pudding authored Jan 31, 2024
2 parents 02ed5a8 + ddba8e3 commit 18cbfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enforce_revlog.module
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function enforce_revlog_settings() {
'#type' => 'checkbox',
'#title' => t('Enforce "Create new revision"'),
'#description' => t('Enforce "Create new revision" if this is the default for the content type.'),
'#default_value' => $config->get('enforce_revlog_revision_revert'),
'#default_value' => $config->get('enforce_create_new_revision'),
);
$form['global']['enforce_revlog_user1'] = array(
'#type' => 'checkbox',
Expand Down

0 comments on commit 18cbfa9

Please sign in to comment.