mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch '3.2.x'
This commit is contained in:
@@ -309,7 +309,7 @@ class factory implements \phpbb\textformatter\cache_interface
|
||||
// Load smilies
|
||||
foreach ($this->data_access->get_smilies() as $row)
|
||||
{
|
||||
$configurator->Emoticons->add(
|
||||
$configurator->Emoticons->set(
|
||||
$row['code'],
|
||||
'<img class="smilies" src="{$T_SMILIES_PATH}/' . htmlspecialchars($row['smiley_url']) . '" alt="{.}" title="' . htmlspecialchars($row['emotion']) . '"/>'
|
||||
);
|
||||
|
Reference in New Issue
Block a user