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

added missing brackets

parent 6022a6d3
Branches
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
datalist_set('first_admin_login', time());
forward('pg/admin/plugins');
} else
} else {
/* here's the modifications we're making
forward("pg/dashboard/"); */
......@@ -59,6 +59,7 @@
forward('mod/profile/edit.php?firstlogin=yes');
}
forward("pg/profile/$username");
}
}
} else {
$error_msg = elgg_echo('loginerror');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment