Skip to content

Commit

Permalink
Fix: PHP Fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
sabuz committed Oct 12, 2020
1 parent fb97a6f commit 9e45c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classes/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ public static function get_dynamic_args(array $settings, array $args)
return $args;
}

public static function get_multiple_kb_terms(bool $prettify = false, bool $term_id = true)
public static function get_multiple_kb_terms($prettify = false, $term_id = true)
{
$args = [
'taxonomy' => 'knowledge_base',
Expand Down

0 comments on commit 9e45c3b

Please sign in to comment.