Skip to content

Commit

Permalink
Plugin: BuyCourses: Fix parameter type to allow for null values
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Jan 12, 2023
1 parent 83230b2 commit 66779f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/buycourses/src/buy_course_plugin.class.php
Expand Up @@ -5286,7 +5286,7 @@ private function filterSessionList(
private function filterCourseList(
int $start,
int $end,
string $name = '',
string $name = null,
int $min = 0,
int $max = 0,
string $typeResult = 'all'
Expand Down

0 comments on commit 66779f9

Please sign in to comment.