From: Roland Häder Date: Fri, 31 Jul 2009 17:47:02 +0000 (+0000) Subject: news_reader_class is deprecated X-Git-Url: https://git.mxchange.org/?p=admin.git;a=commitdiff_plain;h=58bb10f30b34c3e1510863e8a93d283483fb2d3f;hp=75ea43b2dfa56bd5cdd0e890b60b94b4de9ac23e news_reader_class is deprecated --- diff --git a/application/admin/config.php b/application/admin/config.php index fc7f796..0723f3c 100644 --- a/application/admin/config.php +++ b/application/admin/config.php @@ -121,8 +121,8 @@ $cfg->setConfigEntry('user_not_found_url', "index.php?app={?app_short_name?}&pag // CFG: LOGIN-DEFAULT-ACTION $cfg->setConfigEntry('login_default_action', "welcome"); -// CFG: NEWS-READER-CLASS -$cfg->setConfigEntry('news_reader_class', "DefaultNewsReader"); +// CFG: NEWS-READER-HOME-CLASS +$cfg->setConfigEntry('news_reader_home_class', "DefaultNewsReader"); // CFG: NEWS-DOWNLOAD-FILTER $cfg->setConfigEntry('news_download_filter', "NewsDownloadFilter");