Changes between Initial Version and Version 1 of Ticket #22192, comment 79
- Timestamp:
- 10/06/2023 10:17:16 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22192, comment 79
initial v1 11 11 This breaks everything we do in [Vaults&Pillars](https://snicco.io/blog/introducing-fortress-vaults-and-pillars) 12 12 13 In <= 6.314 15 if you call update_option('foo', 'B') it returns false and the DB value is not updated.16 17 because get_option correctly filtered the runtime value to `A` again.18 19 13