1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

[ticket/12557] Fix doc block errors found by Sami pt1

PHPBB3-12557
This commit is contained in:
n-aleha
2014-05-19 03:07:32 +03:00
parent 8ac8c9ec61
commit ffcf45abf3
8 changed files with 22 additions and 19 deletions

View File

@@ -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)
{