diff options
author | n-aleha <nick_aleha@myway.com> | 2014-05-09 00:30:09 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-05-09 01:50:51 +0300 |
commit | f2471878a6f7ea2f6fd243520709f693e4260da7 (patch) | |
tree | 6c58241eb4fe39a3c83c8815489ff7df51f5417b /phpBB/includes/acp/acp_styles.php | |
parent | cfc0c9bcf9cc08f19b0f3234bbf1d5d32519c821 (diff) | |
download | forums-f2471878a6f7ea2f6fd243520709f693e4260da7.tar forums-f2471878a6f7ea2f6fd243520709f693e4260da7.tar.gz forums-f2471878a6f7ea2f6fd243520709f693e4260da7.tar.bz2 forums-f2471878a6f7ea2f6fd243520709f693e4260da7.tar.xz forums-f2471878a6f7ea2f6fd243520709f693e4260da7.zip |
[ticket/12476] Increase assets also from acp_styles and phpbbcli
Increase assets also from "ACP > Styles > Purge Cache" and phpbbcli
PHPBB3-12476
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 3f9d21f56c..7b277da9f9 100644 --- a/phpBB/includes/acp/acp_styles.php +++ b/phpBB/includes/acp/acp_styles.php @@ -146,6 +146,7 @@ class acp_styles { global $db, $cache, $auth; + $this->config->increment('assets_version', 1); $this->cache->purge(); // Clear permissions |