mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
[ticket/11429] Increment asset version on Ext enable
PHPBB3-11429
This commit is contained in:
@@ -212,6 +212,11 @@ class manager
|
|||||||
$this->cache->purge();
|
$this->cache->purge();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($active)
|
||||||
|
{
|
||||||
|
$this->config->increment('assets_version', 1);
|
||||||
|
}
|
||||||
|
|
||||||
return !$active;
|
return !$active;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user