Skip to content

Commit

Permalink
Just use normal way to show template
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed May 24, 2022
1 parent 4656329 commit 47503d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwplay.php
Expand Up @@ -139,7 +139,7 @@ function show_peer_login_form($mesg="")
* Output the code
*/
$_SESSION['template_id'] = $template_id;
show_peer_template_form($row_play, $retouremail);
show_template($row_play, false);
}else{
show_peer_login_form(PWPLAY_LOGON_FAIL);
}
Expand Down

0 comments on commit 47503d9

Please sign in to comment.