From a3df98ec16863925d43b3ca83d9b74487e520b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Wed, 14 Sep 2016 13:08:10 +0200 Subject: [PATCH] Some corrections --- 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 6e0792bc5..e53d92506 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.""; + return LAN_FORUM_8013; }