Skip to content
Snippets Groups Projects
Commit 7c7030ea authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

username parameter is not needed, going to profile/edit.php when logged in...

username parameter is not needed, going to profile/edit.php when logged in will show you your profile
parent e1c26c3e
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
$lastlogin_date = $_SESSION['user']->last_login;
if (!$lastlogin_date){
forward("mod/profile/edit.php?firstlogin=yes&username=$username");
forward("mod/profile/edit.php?firstlogin=yes");
}
//forward("pg/profile/$username");
forward("pg/dashboard/");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment