From 3eda441b496fe55fa22a5b748235c39015d1e081 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 18 Nov 2008 03:59:38 +0000 Subject: [PATCH] Missing config entry added --- application/ship-simu/config.php | 3 +++ .../web/goverment/class_WebGovermentFailedStartupCommand.php | 1 + 2 files changed, 4 insertions(+) diff --git a/application/ship-simu/config.php b/application/ship-simu/config.php index a84900c..baf8470 100644 --- a/application/ship-simu/config.php +++ b/application/ship-simu/config.php @@ -217,6 +217,9 @@ $cfg->setConfigEntry('news_home_limit', 10); // CFG: NEWS-LOGIN-AREA-LIMIT $cfg->setConfigEntry('news_login_area_limit', 15); +// CFG: NEWS-GOVERMENT-FAILED-LIMIT +$cfg->setConfigEntry('news_goverment_failed_limit', 15); + // CFG: LOGIN-ENABLED $cfg->setConfigEntry('login_enabled', "Y"); diff --git a/application/ship-simu/main/commands/web/goverment/class_WebGovermentFailedStartupCommand.php b/application/ship-simu/main/commands/web/goverment/class_WebGovermentFailedStartupCommand.php index 3f4ec94..7a91f2e 100644 --- a/application/ship-simu/main/commands/web/goverment/class_WebGovermentFailedStartupCommand.php +++ b/application/ship-simu/main/commands/web/goverment/class_WebGovermentFailedStartupCommand.php @@ -68,6 +68,7 @@ class WebGovermentFailedStartupCommand extends BaseCommand implements Commandabl * @param $controllerInstance A controller instance * @param $requestInstance An instance of a class with an Requestable interface * @return void + * @todo Maybe we need some filters here? */ public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) { // Empty for now -- 2.30.2