mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/11150] Makes the customisation db lync dynamic
PHPBB3-11150
This commit is contained in:
@@ -820,7 +820,7 @@ class acp_extensions
|
||||
|
||||
if (isset($managed_packages[$block_vars['META_NAME']]))
|
||||
{
|
||||
$this->output_actions('disabled', [
|
||||
$this->output_actions('enabled', [
|
||||
'UPDATE' => $this->u_catalog_action . '&action=update&extension=' . urlencode($block_vars['META_NAME']),
|
||||
'REMOVE' => [
|
||||
'url' => $this->u_catalog_action . '&action=remove&extension=' . urlencode($block_vars['META_NAME']),
|
||||
|
Reference in New Issue
Block a user