Ticket #2035 (closed defect: fixed)
$_ctx->nb_entry_* corruption in tpl:Entries
Reported by: | bruno | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.7.3 |
Component: | module:core | Version: | dev |
Severity: | normal | Keywords: | |
Cc: |
Description
$_ctx->nb_entry_* gets corrupted in some cases, being overridden by lastn attribute. That can lead to unexpected behaviors when mixing tpl:Entries with and without lastn property.
Change History
Note: See
TracTickets for help on using
tickets.
(In [361a37518b41]) Removed $_ctx value stacking. Fixes #2035