Skip to content

Commit

Permalink
Fix filter by
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Oct 17, 2024
1 parent 4f01eae commit 831470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/academyAfrica/includes/utils/courses.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ public static function get_filter_by()
'id' => $learningPath['id'],
'name' => $learningPath['title'],
];
array_push($filter_by[1]['options'], $formatedLearningPath);
array_push($filter_by[0]['options'], $formatedLearningPath);
}

// foreach ($allInstructors as $instructor) {
Expand Down

0 comments on commit 831470f

Please sign in to comment.