#3811 closed Defect (fixed)
output/confirmlink not showing title
| Reported by: | coldtrick | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.1b |
| Component: | Core | Version: | 1.8 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | trivial |
Description
if not providing a title to the output/confirmlink view it should default to the confirmtext (as described in the view). However the code that should do this has an invalid reference to the $confirm text (line 29).
if (!isset($vars['title'])) {
$vars['title'] = addslashes($confirm);
}
Change History (3)
comment:1 Changed 21 months ago by cash
- Difficulty set to trivial
- Milestone changed from Needs Review to Elgg 1.8.1b
comment:2 Changed 21 months ago by Cash Costello
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 19 months ago by Cash Costello
Fixes #3811 defaulting title to confirm text if passed to output/confirmlink
Changeset: 61337b126e0ee3a316f5cb9faf8982b0803793a4
Note: See
TracTickets for help on using
tickets.

Fixes #3811 defaulting title to confirm text if passed to output/confirmlink