From: Roland Häder <roland@mxchange.org>
Date: Sun, 30 Aug 2009 02:23:09 +0000 (+0000)
Subject: Missing config entries for news added
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ccc1a1704b8348985e0d5a489ae351e3876af796;p=install.git

Missing config entries for news added
---

diff --git a/application/install/config.php b/application/install/config.php
index 50d11bb..dbf08e9 100644
--- a/application/install/config.php
+++ b/application/install/config.php
@@ -52,5 +52,11 @@ $cfg->setConfigEntry('web_cmd_home_resolver_class', 'WebCommandResolver');
 // CFG: HOME-MENU-CLASS
 $cfg->setConfigEntry('home_menu_class', 'InstallHomeMenu');
 
+// CFG: NEWS-DOWNLOAD-FILTER
+$cfg->setConfigEntry('news_download_filter', 'NewsDownloadFilter');
+
+// CFG: NEWS-PROCESS-FILTER
+$cfg->setConfigEntry('news_process_filter', 'NewsProcessFilter');
+
 // [EOF]
 ?>