From d927154217cd7e89d5ef92856b1a4709f39a0481 Mon Sep 17 00:00:00 2001 From: kasimi Date: Thu, 9 Apr 2020 17:12:06 +0200 Subject: [PATCH] [ticket/16425] Removed whitespace PHPBB3-16425 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index cbda7daf09..6859f86b06 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -129,7 +129,7 @@ function generate_smilies($mode, $forum_id) 'ORDER_BY' => 's.smiley_order', ]; } - + /** * Modify the SQL query that fetches the smilies *