From: Roland Häder Date: Tue, 18 Nov 2008 03:59:38 +0000 (+0000) Subject: Missing config entry added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3eda441b496fe55fa22a5b748235c39015d1e081;p=shipsimu.git Missing config entry added --- 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