diff --git a/e107_core/shortcodes/batch/news_shortcodes.php b/e107_core/shortcodes/batch/news_shortcodes.php index 8be8f88f8..175509b7b 100644 --- a/e107_core/shortcodes/batch/news_shortcodes.php +++ b/e107_core/shortcodes/batch/news_shortcodes.php @@ -844,7 +844,7 @@ class news_shortcodes extends e_shortcode } else { - return "None"; + return LAN_NONE; } }