controller fix
This commit is contained in:
@@ -655,7 +655,7 @@ public class LayersController : Controller
|
||||
switch (processType!)
|
||||
{
|
||||
case "T3-SingleSource":
|
||||
var t3SingleSource = new T3SingleSourceProcessor(_db, this);
|
||||
var t3SingleSource = new T3SingleSourceProcessor(_db, this, _logsController);
|
||||
{
|
||||
t3SingleSource.Process(processWorker);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user