Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#2659 closed defect (bug) (fixed)

[patch] Double slash on activation links

Reported by: ptahdunbar's profile ptahdunbar Owned by:
Milestone: 1.5 Priority: normal
Severity: Version:
Component: Core 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 15 years ago.

Download all attachments as: .zip

Change History (4)

#1 @paulhastings0
15 years ago

  • Summary changed from Double slash on activation links to [patch] Double slash on activation links

#2 @djpaul
15 years ago

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

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

#3 @djpaul
15 years ago

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

Note: See TracTickets for help on using tickets.