#4413 closed Defect (fixed)
deprecated get_loggedin_user in thewire
| Reported by: | Flexx | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.4 |
| Component: | The Wire | Version: | 1.8.3 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | trivial |
Description
On line 314 there is a deprecated content tag: get_loggedin_user();
Change History (4)
comment:1 Changed 13 months ago by brettp
- Difficulty set to trivial
- Milestone changed from Needs Review to Elgg 1.8.4
comment:2 Changed 13 months ago by mrclay
comment:3 Changed 13 months ago by Steve Clay
- Resolution set to fixed
- Status changed from new to closed
Fixes #4413: Removes deprecated call to get_loggedin_user
Changeset: c591ca57144e0ef995de5a33b4cb7ef620975d64
comment:4 Changed 12 months ago by Steve Clay
Fixes #4413: Removes deprecated call to get_loggedin_user
Changeset: c591ca57144e0ef995de5a33b4cb7ef620975d64
Note: See
TracTickets for help on using
tickets.

PR: https://github.com/Elgg/Elgg/pull/187