From 728f5c8a96ad0df64c7bc49dbeebcf888e7dd066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 13 Sep 2016 11:12:49 +0200 Subject: [PATCH] Update post_shortcodes.php --- e107_plugins/forum/shortcodes/batch/post_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php index 2c9ef1006..5a4191fe1 100644 --- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php @@ -283,7 +283,7 @@ class plugin_forum_post_shortcodes extends e_shortcode return ''; } - return "".LAN_FORUM_8013.""; //TODO LAN. + return "\".LAN_FORUM_8013."\"; //TODO LAN. }