mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11429] Increment asset version on Ext enable
PHPBB3-11429
This commit is contained in:
parent
8a61e4b4c0
commit
71246a5472
1 changed files with 5 additions and 0 deletions
|
@ -212,6 +212,11 @@ class manager
|
|||
$this->cache->purge();
|
||||
}
|
||||
|
||||
if ($active)
|
||||
{
|
||||
$this->config->increment('assets_version', 1);
|
||||
}
|
||||
|
||||
return !$active;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue