]> git.mxchange.org Git - admin.git/blobdiff - application/admin/config.php
news_reader_class is deprecated
[admin.git] / 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");