aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/controller
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/phpbb/controller
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/phpbb/controller')
-rw-r--r--phpBB/phpbb/controller/helper.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/controller/helper.php b/phpBB/phpbb/controller/helper.php
index e330fb5b6d..30ab09105f 100644
--- a/phpBB/phpbb/controller/helper.php
+++ b/phpBB/phpbb/controller/helper.php
@@ -85,6 +85,8 @@ class helper
* @param string $handle The template handle to render
* @param string $page_title The title of the page to output
* @param int $status_code The status code to be sent to the page header
+ * @param bool $display_online_list Do we display online users list
+ *
* @return Response object containing rendered page
*/
public function render($template_file, $page_title = '', $status_code = 200, $display_online_list = false)