#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)
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)
(In [3304]) Fixes #2659, props ptahdunbar (branch)