From: Roland Haeder Date: Mon, 6 Apr 2015 00:11:15 +0000 (+0200) Subject: Added missing config entry. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b528f826d450612fa212b090a55dbbdf557235d0;p=city.git Added missing config entry. Signed-off-by: Roland Haeder --- diff --git a/application/city/config.php b/application/city/config.php index 779e6fb..eef9f68 100644 --- a/application/city/config.php +++ b/application/city/config.php @@ -62,6 +62,9 @@ $cfg->setConfigEntry('city_html_cmd_home_resolver_class', 'CityHtmlCommandResolv // CFG: CITY-HTML-CMD-REGISTER-RESOLVER-CLASS $cfg->setConfigEntry('city_html_cmd_register_resolver_class', 'CityHtmlCommandResolver'); +// CFG: NEWS-READER-HOME-CLASS +$cfg->setConfigEntry('news_reader_home_class', 'DefaultNewsReader'); + // CFG: NEWS-READER-REGISTER-CLASS $cfg->setConfigEntry('news_reader_register_class', 'DefaultNewsReader');