Missing config entry added
authorRoland Häder <roland@mxchange.org>
Tue, 18 Nov 2008 03:59:38 +0000 (03:59 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 18 Nov 2008 03:59:38 +0000 (03:59 +0000)
application/ship-simu/config.php
application/ship-simu/main/commands/web/goverment/class_WebGovermentFailedStartupCommand.php

index a84900cba98936c32e9127f9bc05c51a2f95cf07..baf84707acad2d7751a09968d788a9f1a9e5a070 100644 (file)
@@ -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");
 
index 3f4ec944a5daab79d7738194c56997a7ae2dd80c..7a91f2e2b6b80c0bf9d630256416b942b453c25a 100644 (file)
@@ -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