Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2659 closed defect (bug) (fixed)

[patch] Double slash on activation links

Reported by: ptahdunbar Owned by:
Priority: normal Milestone: 1.5
Component: Core Version:
Severity: Keywords: has-patch
Cc:

Description

Scenario:

When a new user registers, BP sends the user an activation link.

BP concatenates the root domain with the activation slug concatenated by a forced trailing slash. BP assumes that the root domain does not have a trailing slash when sometimes it can.

Patch fixes this bug by using trailingslashit() on the root domain.

File:

bp-core/bp-core-templatetags.php

Function: (Line: 963)

bp_activation_page()

Attachments (1)

ticket.2659.bp_activation_page.diff (613 bytes ) - added by ptahdunbar 16 years ago.

Download all attachments as: .zip

Change History (4)

#1 @paulhastings0
16 years ago

  • Summary Double slash on activation links[patch] Double slash on activation links

#2 @djpaul
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [3304]) Fixes #2659, props ptahdunbar (branch)

#3 @djpaul
16 years ago

(In [3305]) Fixes #2659, props ptahdunbar (trunk)

Note: See TracTickets for help on using tickets.