From: Roland Häder Date: Fri, 31 Jul 2009 17:48:35 +0000 (+0000) Subject: news_reader_class is deprecated X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=b3bbed2341cd681cbee7115bbceb1ff1306baafc news_reader_class is deprecated --- diff --git a/application/ship-simu/config.php b/application/ship-simu/config.php index a6450c0..8ac2c9f 100644 --- a/application/ship-simu/config.php +++ b/application/ship-simu/config.php @@ -133,8 +133,8 @@ $cfg->setConfigEntry('refill_page_done_url', "index.php?app={?app_short_name?}&p // 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-READER-LOGIN-AREA-CLASS $cfg->setConfigEntry('news_reader_login_area_class', "DefaultNewsReader");