Skip to content

Commit

Permalink
Fixing update hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
quicksketch committed Dec 13, 2024
1 parent d4c19db commit 24701fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff.install
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ function diff_update_1002() {
function diff_update_1003() {
// The other display mode "raw_plain" was removed.
config_set('diff.settings', 'diff_default_state.node', 'raw');
config_set('diff.settings', 'diff_default_state.node', 'raw');
config_set('diff.settings', 'diff_default_state.user', 'raw');
}

0 comments on commit 24701fe

Please sign in to comment.