From b3bbed2341cd681cbee7115bbceb1ff1306baafc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 31 Jul 2009 17:48:35 +0000 Subject: [PATCH] news_reader_class is deprecated --- application/ship-simu/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.39.2