diff options
Diffstat (limited to 'phpBB/adm/admin_attachments.php')
-rw-r--r-- | phpBB/adm/admin_attachments.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/admin_attachments.php b/phpBB/adm/admin_attachments.php index a438b16f65..74e2a76417 100644 --- a/phpBB/adm/admin_attachments.php +++ b/phpBB/adm/admin_attachments.php @@ -225,6 +225,8 @@ if ($submit && $mode == 'extensions') { $notify[] = $user->lang['EXTENSIONS_UPDATED']; } + + $cache->destroy('extensions'); } |