mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 05:55:15 +02:00
[ticket/16281] Fix Ajax refresh-data for extensions' Tab
PHPBB3-16281
This commit is contained in:
parent
d8dac3f80e
commit
6705adf47b
@ -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…
x
Reference in New Issue
Block a user