One-line fix for Survey ExpressionEngine bug that took over a day to find.

One of the file-scoped lexicals in ExpressionEngine wasn't being initialised,
which meant that tagged data was being cached across repeated engine runs
(including, would you believe, across modperl page requests).

The fix includes tests.
This commit is contained in:
Patrick Donelan 2009-11-05 22:09:23 -05:00
parent 4bb646cc31
commit bcd99945ca
3 changed files with 34 additions and 4 deletions

View file

@ -9,6 +9,7 @@
- Set a minimum package weight of 0.1 oz for the USPS driver.
- Handle per package errors in USPS response data.
- fixed #11207: Shop Email receipts going out to everyone.
- fixed tag-caching bug in Survey ExpressionEngine
7.8.3
- Rewrote Spectre's workflow queues to prevent it from "forgetting" about some workflows.