From: Roland Häder Date: Sun, 30 Aug 2009 02:24:08 +0000 (+0000) Subject: Missing config entries for news added #2 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=20d2be58778bad7b0e3285a5d55be0b13a3638d9;p=install.git Missing config entries for news added #2 --- diff --git a/application/install/config.php b/application/install/config.php index dbf08e9..f418d4b 100644 --- a/application/install/config.php +++ b/application/install/config.php @@ -52,6 +52,9 @@ $cfg->setConfigEntry('web_cmd_home_resolver_class', 'WebCommandResolver'); // CFG: HOME-MENU-CLASS $cfg->setConfigEntry('home_menu_class', 'InstallHomeMenu'); +// CFG: NEWS-READER-HOME-CLASS +$cfg->setConfigEntry('news_reader_home_class', 'DefaultNewsReader'); + // CFG: NEWS-DOWNLOAD-FILTER $cfg->setConfigEntry('news_download_filter', 'NewsDownloadFilter');