Code: Select all
'ACP_CAT_DOT_MODS' => 'Extensions',
'ACP_EXTENSIONS' => 'Manage extensions',
Code: Select all
'ACP_CAT_DOT_MODS' => 'Extensions',
'ACP_EXTENSIONS' => 'Manage extensions',
Maybe this is what's causing your modules not getting deleted: https://tracker.phpbb.com/browse/PHPBB3-15595MarkDHamill wrote: ↑Sat Apr 21, 2018 5:38 pmThere are issues with old modules not deleting that I am still puzzling through.
template.twig.extensions.collection
and do:Code: Select all
$twig->setExtensions($this->twig_extensions);