From dbf679c8f45af47b7578b77294bb7a433dbde1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= <yesszus@gmail.com> Date: Tue, 13 Sep 2016 11:18:15 +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..6e0792bc5 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.""; }