aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-05-19 03:07:32 +0300
committern-aleha <nick_aleha@myway.com>2014-08-03 07:03:08 +0300
commitffcf45abf32fc1343fe1d4edfd15828782ab4832 (patch)
treeecefe9bfef284ef9da23e519658c9acfabde8a15 /phpBB/includes/functions_module.php
parent8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb (diff)
downloadforums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.tar
forums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.tar.gz
forums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.tar.bz2
forums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.tar.xz
forums-ffcf45abf32fc1343fe1d4edfd15828782ab4832.zip
[ticket/12557] Fix doc block errors found by Sami pt1
PHPBB3-12557
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index 86439ea03f..143d673db2 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -542,6 +542,8 @@ 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 $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
*/
function load_active($mode = false, $module_url = false, $execute_module = true)
{