mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10250] Destroy cached md5 hash of site_logo on refreshing an imageset
PHPBB3-10250
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user