Opened 3 years ago
Closed 2 years ago
#2452 closed Defect (fixed)
Admin notice 'first_installation_plugin_reminder' needs to be only disabled once.
| Reported by: | brettp | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
Move it out of the foreach loops for the enable / disable actions.
Change History (2)
comment:1 Changed 3 years ago by brettp
comment:2 Changed 2 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
(In [svn:8380]) Fixes #2452. Removed the first admin installation notice. It was just a reminder to his "save" on the simple plugins screen. This is pretty obvious.
Note: See
TracTickets for help on using
tickets.

Actually, this is spread throughout the plugin actions. Only needs to be in one or two strategically placed points.