From 18daa84ac1048355ef0f61d03f2ca7abab62a40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 17 Jan 2017 00:11:33 +0100 Subject: [PATCH] Update comment_shortcodes.php Some corrections. --- 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 ee13f69c5..a0694498a 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."" : "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, "&")) {