[feature/extension-manager] Clarify comment on ext meta class instantiator

PHPBB3-10323
This commit is contained in:
Nils Adermann 2011-11-18 14:38:31 +01:00
parent 10fa711f00
commit eab7374f3f

View file

@ -100,7 +100,7 @@ class phpbb_extension_manager
} }
/** /**
* Instantiates the extension meta class for the given name. * Instantiates the extension meta class for the extension with the given name
* *
* @param string $name The extension name * @param string $name The extension name
* @return phpbb_extension_interface Instance of the extension meta class or * @return phpbb_extension_interface Instance of the extension meta class or