Ticket #3743 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Options aren't correctly updated when using cache

Reported by: charleshooper Assigned to: charleshooper
Priority: high Milestone: 2.2
Component: Administration Version: 2.2
Severity: normal Keywords: has-patch
Cc:

Description

I noticed today I couldn't update my users_can_register setting.

2.2-bleeding, no plugins, default theme, cache enabled, permissions correct.

Attachments

broken_options_using_cache.diff (500 bytes) - added by charleshooper on 02/02/07 23:10:05.
Fixes critical typo in update_option function

Change History

02/02/07 23:10:05 changed by charleshooper

  • attachment broken_options_using_cache.diff added.

Fixes critical typo in update_option function

02/02/07 23:10:57 changed by charleshooper

  • keywords set to has-patch.
  • owner changed from anonymous to charleshooper.
  • status changed from new to assigned.

Turns out it was just a small typo in update_option(), patch attached.

02/03/07 00:56:25 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [4865]) Typo fix from charleshooper. fixes #3743