Ticket #725 (closed enhancement: fixed)
Add homeonly functionality to subscribe widget
| Reported by: | jcdubacq | Owned by: | xave |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1.6 |
| Component: | module:plugins | Version: | 2.1 |
| Severity: | normal | Keywords: | patch |
| Cc: |
Description
I do not know why the subscribe widget does not have the homeonly functionality. Trivial patch:
+ // Add homeonly support
+ if ($w->homeonly && $core->url->type != 'default' && $core->url->type != 'lang') {
+ return;
+ }
Change History
Note: See
TracTickets for help on using
tickets.
