diff options
author | Nils Adermann <naderman@naderman.de> | 2011-11-18 14:38:31 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-11-18 14:38:31 +0100 |
commit | eab7374f3ff157d7606f16ff548219430417e68b (patch) | |
tree | f16b4cfd8316a7e988b8e9cc85bcad00b9c94bac /phpBB/includes/extension | |
parent | 10fa711f0046b667c3291c36f210f1c740fb685a (diff) | |
download | forums-eab7374f3ff157d7606f16ff548219430417e68b.tar forums-eab7374f3ff157d7606f16ff548219430417e68b.tar.gz forums-eab7374f3ff157d7606f16ff548219430417e68b.tar.bz2 forums-eab7374f3ff157d7606f16ff548219430417e68b.tar.xz forums-eab7374f3ff157d7606f16ff548219430417e68b.zip |
[feature/extension-manager] Clarify comment on ext meta class instantiator
PHPBB3-10323
Diffstat (limited to 'phpBB/includes/extension')
-rw-r--r-- | phpBB/includes/extension/manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/extension/manager.php b/phpBB/includes/extension/manager.php index 981fa43ab2..29cd89fb34 100644 --- a/phpBB/includes/extension/manager.php +++ b/phpBB/includes/extension/manager.php @@ -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 * @return phpbb_extension_interface Instance of the extension meta class or |