Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#252 closed defect (bug) (fixed)

Bad links during activation

Reported by: dnusim's profile 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)

#1 @apeatling
16 years ago

  • Milestone set to Core 1.0

#2 @mgkimsal
16 years ago

  • Keywords FIX_IDENTIFIED added

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.

#3 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in latest.

#4 @(none)
15 years ago

  • Milestone Core 1.0 deleted

Milestone Core 1.0 deleted

Note: See TracTickets for help on using tickets.