1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/16944] Unify footer code and clean up code

PHPBB3-16944
This commit is contained in:
Marc Alexander
2023-11-12 20:09:42 +01:00
parent fdb28d1d06
commit 09cc08ea74
5 changed files with 5 additions and 4 deletions

View File

@@ -367,9 +367,6 @@ class acp_styles
// Clear cache
$this->cache->purge();
// Force rebuild of iconify bundle
//$this->iconify_bundler->get_bundle(true);
// Show message
trigger_error(implode('<br />', $messages) . adm_back_link($this->u_action), E_USER_NOTICE);
}