1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 15:45:34 +02:00

[ticket/10631] Fix a spelling typo

PHPBB3-10631
This commit is contained in:
Michael C. 2012-09-01 17:32:59 +02:00
parent a9b4f2a190
commit 0c35ee2769

View File

@ -51,7 +51,7 @@ class acp_extensions
$ext_name = ''; $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) if ($ext_name)
{ {
$md_manager = new phpbb_extension_metadata_manager($ext_name, $db, $phpbb_extension_manager, $phpbb_root_path, ".$phpEx", $template, $config); $md_manager = new phpbb_extension_metadata_manager($ext_name, $db, $phpbb_extension_manager, $phpbb_root_path, ".$phpEx", $template, $config);