mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02: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:
@@ -349,7 +349,7 @@ class acp_main
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'purge_cache':
|
case 'purge_cache':
|
||||||
global $cache;
|
$config->increment('assets_version', 1);
|
||||||
$cache->purge();
|
$cache->purge();
|
||||||
|
|
||||||
// Clear permissions
|
// Clear permissions
|
||||||
|
Reference in New Issue
Block a user