diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-07-07 20:06:26 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-07-07 20:06:26 +0200 |
commit | 79af1da0a5f7ec4f7cca43913e5e42dddabd3251 (patch) | |
tree | 1f970cc9f4b77d1c2eba427c034f29a6e87eee0e /phpBB/includes/acp/acp_styles.php | |
parent | 3fb9b62c6921751ebc40b74612d5412648134a9e (diff) | |
parent | 71df03960ca55a19aca2ea24517030b6dc2dcaf6 (diff) | |
download | forums-79af1da0a5f7ec4f7cca43913e5e42dddabd3251.tar forums-79af1da0a5f7ec4f7cca43913e5e42dddabd3251.tar.gz forums-79af1da0a5f7ec4f7cca43913e5e42dddabd3251.tar.bz2 forums-79af1da0a5f7ec4f7cca43913e5e42dddabd3251.tar.xz forums-79af1da0a5f7ec4f7cca43913e5e42dddabd3251.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10250] The site_logo hash is different depending on imageset & language
[ticket/10250] Destroy cached md5 hash of site_logo on refreshing an imageset
[ticket/10250] Overwrite the site_logo width&height when the phpbb logo is used
[ticket/10250] Added the new phpBB Logo with the Registered Trademark Symbol
Diffstat (limited to 'phpBB/includes/acp/acp_styles.php')
-rw-r--r-- | phpBB/includes/acp/acp_styles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php index e32a4d2310..18a90fb8e8 100644 --- a/phpBB/includes/acp/acp_styles.php +++ b/phpBB/includes/acp/acp_styles.php @@ -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)); |