Skip to content
Snippets Groups Projects
Commit 2b0cf0ed authored by Imran Hussain's avatar Imran Hussain
Browse files

Merge branch 'gigosaurus/sucs-site-patch-1'

parents 3eb75c79 fbac2096
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ if (isset($_REQUEST['signupid']) && isset($_REQUEST['signuppw'])) {
$smarty->assign("signuppw", $signuppw);
// pass on the student id if it exists
if (isset($_REQUEST['signupsid'])) {
$smarty->assign("signupsid", $signupsid);
$smarty->assign("signupsid", $_REQUEST['signupsid']);
}
$smarty->assign("overridable", $overridable);
$smarty->assign("usertype", $row[type]);
......
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