#252 closed defect (bug) (fixed)
Bad links during activation
Reported by: | dnusim | Owned by: | |
---|---|---|---|
Milestone: | Priority: | trivial | |
Severity: | Version: | ||
Component: | Keywords: | FIX_IDENTIFIED | |
Cc: |
Description
In bp-core/bp-core-activation.php, line 68,
links promise you to take you places (view your site or login). They don't.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Specifically, to fix this, line 15 needs of the bp-core-activation.php needs to be
function bp_core_activation_do_activation() {
global $current_site;
?>
The $current_site value isn't in the function scope, which is why the links are broken.