From b8fa00fa45ffd3113adfcd4e868604807a63dcec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 30 Aug 2009 02:25:06 +0000 Subject: [PATCH] Missing config entries for news added #3 --- application/install/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/install/config.php b/application/install/config.php index f418d4b..8894ba2 100644 --- a/application/install/config.php +++ b/application/install/config.php @@ -55,6 +55,9 @@ $cfg->setConfigEntry('home_menu_class', 'InstallHomeMenu'); // CFG: NEWS-READER-HOME-CLASS $cfg->setConfigEntry('news_reader_home_class', 'DefaultNewsReader'); +// CFG: NEWS-HOME-LIMIT +$cfg->setConfigEntry('news_home_limit', 10); + // CFG: NEWS-DOWNLOAD-FILTER $cfg->setConfigEntry('news_download_filter', 'NewsDownloadFilter'); -- 2.39.5