#252 closed defect (bug) (fixed)
Bad links during activation
| Reported by: | dnusim | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.