aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2016-03-23 21:46:45 -0400
committerRichard McGirr <rmcgirr83@gmail.com>2016-03-23 21:46:45 -0400
commitd9ad14e4c5abcef68b7f4c271034b27768d17e2c (patch)
tree95805a455eebd83027c56313c74797fb9007b4ce /phpBB/viewforum.php
parentc003611f0535bd783b6fe06ce4529ab3e55d9e25 (diff)
downloadforums-d9ad14e4c5abcef68b7f4c271034b27768d17e2c.tar
forums-d9ad14e4c5abcef68b7f4c271034b27768d17e2c.tar.gz
forums-d9ad14e4c5abcef68b7f4c271034b27768d17e2c.tar.bz2
forums-d9ad14e4c5abcef68b7f4c271034b27768d17e2c.tar.xz
forums-d9ad14e4c5abcef68b7f4c271034b27768d17e2c.zip
[ticket/14051] Fix whitespace
PHPBB3-14051
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 682aa283fc..b3b903c96b 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -295,7 +295,7 @@ if ($sort_days)
* @var array sort_days The oldest topic displayable in elapsed days
* @var array sort_key The sorting by. It is one of the first character of (in low case):
* Author, Post time, Replies, Subject, Views
- * @var array sort_dir Either "a" for ascending or "d" for descending
+ * @var array sort_dir Either "a" for ascending or "d" for descending
* @var array sql_array The SQL array to get the data of all topics
* @since 3.1.9-RC1
*/