Move also this.
[core.git] / inc / config.php
index 8c55886dbd990bb1a98f9e1f352b7081f7913f5c..1410e5ea134f2a6d8f54b09982cf88e652e697f8 100644 (file)
@@ -431,5 +431,8 @@ $cfg->setConfigEntry('task_idle_loop_interval_delay', 0);
 // CFG: TASK-IDLE-LOOP-MAX-RUNS
 $cfg->setConfigEntry('task_idle_loop_max_runs', 0);
 
+// CFG: SHUTDOWN-TASK-VISITOR-CLASS
+$cfg->setConfigEntry('shutdown_task_visitor_class', 'ShutdownTaskVisitor');
+
 // [EOF]
 ?>