Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Sep 19, 2024
1 parent d3d184b commit 2670804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/userinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
if (!$use_pmsso) {
wp_redirect(site_url('pbsoauth/vppa'));
exit;
} else if (isset($userinfo['vppa_redirect']))}
} else if (isset($userinfo['vppa_redirect'])){
wp_redirect($userinfo['vppa_redirect']);
exit;
}
Expand Down

0 comments on commit 2670804

Please sign in to comment.