From 8456a3cf6fcd2588c68ef39ad04b6c0a233d3f5d Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Mon, 10 Sep 2018 18:09:23 +0200 Subject: Moved emojis to assets --- includes/sys_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/sys_template.php') 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( '', - sprintf($assets->getAsset('emojis/%s.gif'), $replace) + sprintf($assets->getAsset('assets/emojis/%s.gif'), $replace) ), $msg); } -- cgit v1.2.3-54-g00ecf