From 23ef768666b2a4e1f34f10d5a872c1f7e984e822 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 2 Oct 2017 13:27:35 -0700 Subject: [PATCH] Load comments lan in news. --- e107_plugins/news/news.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_plugins/news/news.php b/e107_plugins/news/news.php index f64e368d7..a80f36706 100644 --- a/e107_plugins/news/news.php +++ b/e107_plugins/news/news.php @@ -47,6 +47,7 @@ class news_front e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE); e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_news.php'); // Temporary + e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_comment.php'); // Temporary $this->pref = e107::getPref();