mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12476] Increase asset version on cache purge
Increace the asset version when purging the cache from "ACP > General" PHPBB3-12476
This commit is contained in:
parent
d4fc060bcd
commit
cfc0c9bcf9
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ class acp_main
|
|||
break;
|
||||
|
||||
case 'purge_cache':
|
||||
global $cache;
|
||||
$config->increment('assets_version', 1);
|
||||
$cache->purge();
|
||||
|
||||
// Clear permissions
|
||||
|
|
Loading…
Add table
Reference in a new issue