diff options
author | n-aleha <nick_aleha@myway.com> | 2014-08-07 13:22:07 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-07 13:22:07 +0300 |
commit | cea0cfa6f8f41ebeb73a0a90f789bfb4190009b6 (patch) | |
tree | a53661b85ddfebecc83fea948b28b96147f817bd /phpBB/includes | |
parent | 80067467805d4b1664777cf3553c39fc32cfdb65 (diff) | |
download | forums-cea0cfa6f8f41ebeb73a0a90f789bfb4190009b6.tar forums-cea0cfa6f8f41ebeb73a0a90f789bfb4190009b6.tar.gz forums-cea0cfa6f8f41ebeb73a0a90f789bfb4190009b6.tar.bz2 forums-cea0cfa6f8f41ebeb73a0a90f789bfb4190009b6.tar.xz forums-cea0cfa6f8f41ebeb73a0a90f789bfb4190009b6.zip |
[ticket/12557] Fix load active module description
PHPBB3-12557
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index 143d673db2..824afe9237 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -541,7 +541,7 @@ class p_master * * This method loads a given module, passing it the relevant id and mode. * - * @param string $mode mode, as passed through to the module + * @param string|false $mode mode, as passed through to the module * @param string|false $module_url If supplied, we use this module url * @param bool $execute_module If true, at the end we execute the main method for the new instance */ |