summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 19b0c2fa..e764c6e3 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -482,7 +482,7 @@ function ReplaceSmilies($msg)
) {
$msg = str_ireplace($search, sprintf(
'<img src="%s">',
- sprintf($assets->getAsset('emojis/%s.gif'), $replace)
+ sprintf($assets->getAsset('assets/emojis/%s.gif'), $replace)
), $msg);
}