aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2015-01-06 12:37:00 +0000
committerbrunoais <brunoaiss@gmail.com>2015-01-10 17:08:44 +0000
commit9cbb9b42538f046368b9516a610a17449334d244 (patch)
tree206774bd529ffcdb3622755315668f286ef7cc34 /phpBB/viewtopic.php
parentfce1be26845f2e93df286a8b24790b54309138f8 (diff)
downloadforums-9cbb9b42538f046368b9516a610a17449334d244.tar
forums-9cbb9b42538f046368b9516a610a17449334d244.tar.gz
forums-9cbb9b42538f046368b9516a610a17449334d244.tar.bz2
forums-9cbb9b42538f046368b9516a610a17449334d244.tar.xz
forums-9cbb9b42538f046368b9516a610a17449334d244.zip
[ticket/13146] Fixed wrong tab + space into only tab
PHPBB3-13146
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 4f63b6de71..90918228a5 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -345,13 +345,13 @@ $topic_tracking_info = isset($topic_tracking_info) ? $topic_tracking_info : null
*
* @event core.viewtopic_before_f_read_check
* @var int forum_id The forum id from where the topic belongs
-* @var int topic_id The id of the topic the user tries to access
-* @var int post_id The id of the post the user tries to start viewing at. It may be 0 for none given.
+* @var int topic_id The id of the topic the user tries to access
+* @var int post_id The id of the post the user tries to start viewing at. It may be 0 for none given.
* @var array topic_data All the information from the topic and forum tables for this topic
* It includes posts information if post_id is not 0
-* @var bool overrides_f_read_check Set true to remove f_read check afterwards
-* @var bool overrides_forum_password_check Set true to remove forum_password check afterwards
-* @var array topic_tracking_info Information upon calling get_topic_tracking()
+* @var bool overrides_f_read_check Set true to remove f_read check afterwards
+* @var bool overrides_forum_password_check Set true to remove forum_password check afterwards
+* @var array topic_tracking_info Information upon calling get_topic_tracking()
* Make it NULL to allow auto-filling later.
* Make it an array to override original data.
*