Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Dec 1, 2023
1 parent 9558797 commit d99ac4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-sensei-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ public function before_experimental_features_saved( $value, $old_value ) {
if ( $new_hpps ) {
// If the feature is being enabled, set the default values for the other settings.
$value['experimental_progress_storage_synchronization'] = false;
$value['experimental_progress_storage_repository'] = Progress_Storage_Settings::COMMENTS_STORAGE;
$value['experimental_progress_storage_repository'] = Progress_Storage_Settings::COMMENTS_STORAGE;
} else {
// If the feature is being disabled, clear the values for the other settings.
unset( $value['experimental_progress_storage_repository'] );
Expand Down

0 comments on commit d99ac4e

Please sign in to comment.