news_reader_class is deprecated
authorRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 17:47:02 +0000 (17:47 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 17:47:02 +0000 (17:47 +0000)
application/admin/config.php

index fc7f796a438e536692faa6ff2e0291357b82368a..0723f3c355fd690da788f29f4ad93f705c79dc9b 100644 (file)
@@ -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");