From 1329bb80a27720abf2e722641660a2eb29ffb626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 17 Jan 2017 08:01:06 +0100 Subject: [PATCH] Update comment_shortcodes.php --- e107_core/shortcodes/batch/comment_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/comment_shortcodes.php b/e107_core/shortcodes/batch/comment_shortcodes.php index a0694498a..3dfa6f40a 100644 --- a/e107_core/shortcodes/batch/comment_shortcodes.php +++ b/e107_core/shortcodes/batch/comment_shortcodes.php @@ -364,7 +364,7 @@ class comment_shortcodes extends e_shortcode if ($pref['allowCommentEdit'] && USER && $this->var['user_id'] == USERID && ($this->var['comment_lock'] < 1)) { - $adop_icon = (file_exists(THEME."images/commentedit.png") ? "".COMLAN_318."" : "".LAN_EDIT.""); + $adop_icon = (file_exists(THEME."images/commentedit.png") ? "".COMLAN_318."" : LAN_EDIT); //Searching for '.' is BAD!!! It breaks mod rewritten requests. Why is this needed at all? if (strstr(e_QUERY, "&")) {