1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16539] Fix general SQL error for smilies mode on posting

PHPBB3-16539
This commit is contained in:
rxu
2020-06-27 20:26:12 +07:00
committed by Marc Alexander
parent 2afa989500
commit d0197a94fb
2 changed files with 48 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ function generate_smilies($mode, $forum_id)
SMILIES_TABLE => 's',
],
'GROUP_BY' => 's.smiley_url, s.smiley_width, s.smiley_height',
'ORDER_BY' => 's.min_smiley_order',
'ORDER_BY' => 'min_smiley_order',
];
}
else