Ticket #860 (closed defect: fixed)
Modify config with plugin directories during upgrades
| Reported by: | BrianKoontz | Owned by: | BrianKoontz |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | core | Version: | 1.1.6.6 |
| Severity: | normal | Keywords: | trunk-unported |
| Cc: |
Description (last modified by BrianKoontz) (diff)
(Reported by fishy)
Upgrades to 1.1.6.6 do not modify the action/handler/template/formatter paths to include the new plugin override directories. The immediate fix is to add the paths manually:
'action_path' => 'plugins/actions,actions' 'handler_path' => 'plugins/handlers,handlers' 'wikka_template_path' => 'plugins/templates,templates' 'wikka_formatter_path' => 'plugins/formatters,formatters'
Change History
Note: See
TracTickets for help on using
tickets.