diff options
author | Nils Adermann <naderman@naderman.de> | 2012-01-13 12:59:29 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2012-01-13 13:01:30 +0100 |
commit | 82c05a7ed6cde2ce1a217b988382167aa94fcf03 (patch) | |
tree | c66a31d2e736a34bb1f0a5ec4c7c8fd5f71b555f /phpBB/includes | |
parent | 3f754d118d8fbd36dcefbeea470ecb267e87ace6 (diff) | |
download | forums-82c05a7ed6cde2ce1a217b988382167aa94fcf03.tar forums-82c05a7ed6cde2ce1a217b988382167aa94fcf03.tar.gz forums-82c05a7ed6cde2ce1a217b988382167aa94fcf03.tar.bz2 forums-82c05a7ed6cde2ce1a217b988382167aa94fcf03.tar.xz forums-82c05a7ed6cde2ce1a217b988382167aa94fcf03.zip |
[ticket/10477] Correctly document module (base)name parameter
PHPBB3-10477
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_module.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index 653623a336..b7bb770031 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -805,7 +805,8 @@ class p_master * Load module as the current active one without the need for registering it * * @param string $class module class (acp/mcp/ucp) - * @param string $name module name (e.g. zebra for the ucp_zebra module) + * @param string $name module name (class name of the module, or its basename + * phpbb_ext_foo_acp_bar_module, ucp_zebra or zebra) * @param string $mode mode, as passed through to the module * */ |