Skip to content

Commit

Permalink
Refined default values though not needed now
Browse files Browse the repository at this point in the history
  • Loading branch information
NorHei committed Sep 27, 2017
1 parent 77862d8 commit 951904a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wbce/modules/output_filter/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Settings::Set('opf_auto_placeholder_be',1, false);
Settings::Set('opf_move_stuff_be',1, false);
Settings::Set('opf_replace_stuff_be',1, false);
Settings::Set('opf_css_to_head_be',1);
Settings::Set('opf_css_to_head_be',0);
Settings::Set("opf_remove_system_ph_be", 1, false) ;

//Setting version
Expand Down
2 changes: 1 addition & 1 deletion wbce/modules/output_filter/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function getOutputFilterSettings() {
Settings::Set('opf_auto_placeholder_be',1, false);
Settings::Set('opf_move_stuff_be',1, false);
Settings::Set('opf_replace_stuff_be',1, false);
Settings::Set('opf_css_to_head_be',1);
Settings::Set('opf_css_to_head_be',0);
Settings::Set("opf_remove_system_ph_be", 1, false) ;

// Override based on old WBCE settings
Expand Down

0 comments on commit 951904a

Please sign in to comment.