mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16281] Fix Ajax refresh-data for extensions' Tab
PHPBB3-16281
This commit is contained in:
parent
d8dac3f80e
commit
6705adf47b
1 changed files with 2 additions and 2 deletions
|
@ -243,10 +243,10 @@ class acp_extensions
|
|||
'DISABLE' => $this->u_action . '&action=disable_pre&ext_name=' . urlencode($ext_name),
|
||||
]);
|
||||
|
||||
$data = array(
|
||||
$data = [
|
||||
'EXT_ENABLE_SUCCESS' => true,
|
||||
'ACTIONS' => $actions,
|
||||
);
|
||||
];
|
||||
|
||||
$data['REFRESH_DATA'] = [
|
||||
'url' => '',
|
||||
|
|
Loading…
Add table
Reference in a new issue