Skip to content

Commit

Permalink
FIX: Warning in PHP versions below 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexandr21 authored and girafffee committed May 30, 2024
1 parent 2f29471 commit d4ec776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/tabs-handlers/options-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function on_get_request() {

$options[ $name ] = filter_var(
sanitize_key( $_POST[ $name ] ),
FILTER_VALIDATE_BOOL
FILTER_VALIDATE_BOOLEAN
);

}
Expand Down

0 comments on commit d4ec776

Please sign in to comment.