Closed (fixed)
Project:
Glossary
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Nov 2004 at 18:27 UTC
Updated:
21 Nov 2004 at 18:16 UTC
The filter cache is not cleared at all using the glossary module, which means that old pages remain visisble after changes to the glossary taxonomy or glossary module settings.
The attached patch solves the problem:
filtercache_clear(), call cache_clear_all('filter:', true)system_settings_save()*_taxonomy callback is an array, instead of an objectNote that line numbers can be a little bit off, because of other patches living in my personal tree (see other recent issues).
Comments
Comment #1
Frodo Looijaard commentedCommitted to CVS [HEAD]
Comment #2
Frodo Looijaard commentedComment #3
(not verified) commented