fixed namespace for FiLoStacker + removed config entry which does not point to
authorRoland Häder <roland@mxchange.org>
Sat, 15 Jul 2017 17:46:56 +0000 (19:46 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 15 Jul 2017 17:46:56 +0000 (19:46 +0200)
a generic class anymore.

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/config-global.php

index ba2385647c662aa6ab6e51c2628af1b62955dc2d..d4bdf2bfc15fc80dacb73a19da895e33c9dd8730 100644 (file)
@@ -322,7 +322,7 @@ $cfg->setConfigEntry('product_install_mode', 'debug');
 $cfg->setConfigEntry('decimals', 3);
 
 // CFG: MENU-STACKER-CLASS
-$cfg->setConfigEntry('menu_stacker_class', 'CoreFramework\Stacker\File\FiLoStacker');
+$cfg->setConfigEntry('menu_stacker_class', 'CoreFramework\Stacker\FiLoStacker');
 
 // CFG: STACKER-GENERIC-MAX-SIZE
 $cfg->setConfigEntry('stacker_generic_max_size', 100);
@@ -432,9 +432,6 @@ $cfg->setConfigEntry('task_idle_loop_max_runs', 0);
 // CFG: IDLE-LOOP-TIME (5 milli seconds)
 $cfg->setConfigEntry('idle_loop_time', 5);
 
-// CFG: SHUTDOWN-TASK-VISITOR-CLASS
-$cfg->setConfigEntry('shutdown_task_visitor_class', 'CoreFramework\Visitor\Task\Shutdown\ShutdownTaskVisitor');
-
 // CFG: DEFAULT-IMAGE-COMMAND
 $cfg->setConfigEntry('default_image_command', 'build');