#4485 closed Defect (fixed)
Walled garden should not draw login box if plugin has already sent index page
| Reported by: | mikehedman | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.6 |
| Component: | Walled Garden | Version: | Github Master |
| Severity: | minor | Keywords: | walled garden |
| Cc: | brett@… | Difficulty: |
Description
Trac case 2886 was marked as closed, but the SVN changeset seems to have not made it into the codebase (it's marked as a "missing changeset").
This change fixes this problem, by short-circuiting the output of the walled garden's index block if a plugin has already output its own index page (presumably with its own login block).
Change History (4)
comment:1 Changed 13 months ago by mikehedman
comment:2 Changed 12 months ago by ewinslow
- Milestone changed from Needs Review to Elgg 1.8.5
comment:3 Changed 11 months ago by Cash Costello
- Resolution set to fixed
- Status changed from new to closed
Fixes #4485 walled garden lets a plugin take over index page
Changeset: 0f64abea5d18ea883bf40c1712f72423a1d1317b
comment:4 Changed 11 months ago by Cash Costello
Fixes #4485 walled garden lets a plugin take over index page
Changeset: 0f64abea5d18ea883bf40c1712f72423a1d1317b
Note: See
TracTickets for help on using
tickets.

Patch submitted: https://github.com/Elgg/Elgg/pull/206