mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10631] A few more extension admin changes
PHPBB3-10631
This commit is contained in:
committed by
Unknown Bliss
parent
7a954d352e
commit
4cbfa61753
@@ -181,7 +181,7 @@ class acp_extensions
|
||||
|
||||
function parse_meta_info($ext_name, $phpbb_extension_manager)
|
||||
{
|
||||
$phpbb_extension_manager->get_meta_data($ext_name)
|
||||
$phpbb_extension_manager->get_meta_data($ext_name);
|
||||
|
||||
$template->assign_vars(array(
|
||||
'NAME' => $metadata['name'],
|
||||
@@ -194,8 +194,7 @@ class acp_extensions
|
||||
'REQUIRE_PHP' => $metadata['require']['php'],
|
||||
'REQUIRE_PHPBB' => $metadata['require']['phpbb'],
|
||||
'DISPLAY_NAME' => $metadata['extra']['display-name'],
|
||||
)
|
||||
);
|
||||
));
|
||||
|
||||
foreach ($metadata['authors'] as $author)
|
||||
{
|
||||
|
Reference in New Issue
Block a user