View Issue Details

IDProjectCategoryView StatusLast Update
0030793mantisbtbugtrackerpublic2023-02-22 19:21
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version2.25.6Fixed in Version2.25.6 
Summary0030793: config_flush_cache() doesn't clean the eval cache for individual options
Description

When config_flush_cache() is called to clear a specific config option's cache, the value stored in $g_cache_config_eval is not unset.

Additional Information

This bug does not affect MantisBT's core, I stumbled upon the problem while performing tests for another issue.

TagsNo tags attached.

Relationships

related to 0019881 closeddregad config_flush_cache() doesn't properly clean the cache 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-2.25 52fb3e7d

2022-07-24 06:40

dregad


Details Diff
Fix config_flush_cache() for individual options

When function is called to clear a specific config option's cache, the
value stored in $g_cache_config_eval was not unset.

Fixes 0030793

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0030793
mod - core/config_api.php Diff File