mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10250] Destroy cached md5 hash of site_logo on refreshing an imageset
PHPBB3-10250
This commit is contained in:
parent
f610f44a4e
commit
8ec737e9c4
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
|||
$db->sql_transaction('commit');
|
||||
|
||||
$cache->destroy('sql', STYLES_IMAGESET_DATA_TABLE);
|
||||
$cache->destroy('imageset_site_logo_md5');
|
||||
|
||||
add_log('admin', 'LOG_IMAGESET_REFRESHED', $imageset_row['imageset_name']);
|
||||
trigger_error($user->lang['IMAGESET_REFRESHED'] . adm_back_link($this->u_action));
|
||||
|
|
Loading…
Add table
Reference in a new issue