Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v4.10.0' into v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Jan 14, 2025
2 parents d451686 + fcffbd0 commit 0a93fcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/php/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -1303,17 +1303,17 @@ public function load_modules(): void {
'tutor/tutor.php',
Tutor\Checkout::class,
],
'Tutor LMS Login' => [
'Tutor Login' => [
[ 'tutor_status', 'login' ],
'tutor/tutor.php',
Tutor\Login::class,
],
'Tutor LMS LostPassword' => [
'Tutor LostPassword' => [
[ 'tutor_status', 'lost_pass' ],
'tutor/tutor.php',
Tutor\LostPassword::class,
],
'Tutor LMS Register' => [
'Tutor Register' => [
[ 'tutor_status', 'register' ],
'tutor/tutor.php',
Tutor\Register::class,
Expand Down

0 comments on commit 0a93fcc

Please sign in to comment.