Commit bebb13b
committed
Re-enable settings cache after news schema check.
Fix a copy/paste typo that's been in place for a couple year and that left
the settings cache disabled after the MythNews DB schema check. This wasn't
usually visible because anyone who had any "later-in-the-alphabet" plugin
installed (such as MythWeather or MythVideo) would have their settings cache
re-enabled by the later plugin's schema check. However, now that the
MythVideo schema is in core schema (and so no MythVideo schema check is done),
users without MythWeather would have seen slowness until they forced the
settings cache to re-enable (such as by going through any settings pages).
Thanks to Greg Estabrooks for noticing.
(cherry picked from commit 6f63367)1 parent 7af55a6 commit bebb13b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments