From 4dfd32e2af7478816868e523e0934bd869c02559 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 21 Jun 2013 02:02:25 -0700 Subject: [PATCH] Remove 'fixme' text from dropdown option. --- e107_plugins/forum/shortcodes/batch/view_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php index a5db62727..6637c1cb2 100644 --- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php @@ -506,7 +506,7 @@ class plugin_forum_view_shortcodes extends e_shortcode $text .= "
  • $this->postInfo['post_id']))."'>".LAN_FORUM_2039."
  • "; } - $text .= "
  • ".LAN_FORUM_2040." (fixme)
  • "; // FIXME + $text .= "
  • ".LAN_FORUM_2040."
  • "; if ($type == 'thread') {