mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 13:48:55 +00:00
Merge remote-tracking branch 'vsephpbb/ticket/11429' into develop
* vsephpbb/ticket/11429: [ticket/11429] Increment asset version on Ext enable
This commit is contained in:
commit
bfe872d1b7
1 changed files with 5 additions and 0 deletions
|
@ -212,6 +212,11 @@ class manager
|
||||||
$this->cache->purge();
|
$this->cache->purge();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($active)
|
||||||
|
{
|
||||||
|
$this->config->increment('assets_version', 1);
|
||||||
|
}
|
||||||
|
|
||||||
return !$active;
|
return !$active;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue