1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02: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:
Joas Schilling
2014-03-14 14:25:50 +01:00

View File

@@ -212,6 +212,11 @@ class manager
$this->cache->purge();
}
if ($active)
{
$this->config->increment('assets_version', 1);
}
return !$active;
}