mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10631] Fix a spelling typo
PHPBB3-10631
This commit is contained in:
parent
a9b4f2a190
commit
0c35ee2769
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class acp_extensions
|
|||
$ext_name = '';
|
||||
}
|
||||
|
||||
// If they've specificed an extension, let's load the metadata manager and validate it.
|
||||
// If they've specified an extension, let's load the metadata manager and validate it.
|
||||
if ($ext_name)
|
||||
{
|
||||
$md_manager = new phpbb_extension_metadata_manager($ext_name, $db, $phpbb_extension_manager, $phpbb_root_path, ".$phpEx", $template, $config);
|
||||
|
|
Loading…
Add table
Reference in a new issue