From d9ad14e4c5abcef68b7f4c271034b27768d17e2c Mon Sep 17 00:00:00 2001 From: Richard McGirr Date: Wed, 23 Mar 2016 21:46:45 -0400 Subject: [PATCH] [ticket/14051] Fix whitespace PHPBB3-14051 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */