From 8286f40b796a70d292d5163a39b44e17f3dd84c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 13 Sep 2016 11:15:35 +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 5a4191fe1..2c9ef1006 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. }