View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030793 | mantisbt | bugtracker | public | 2022-07-24 06:35 | 2023-02-22 19:21 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 2.25.6 | Fixed in Version | 2.25.6 | ||
Summary | 0030793: 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. | ||||
Tags | No tags attached. | ||||
MantisBT: master-2.25 52fb3e7d 2022-07-24 06:40 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 |