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 *