Verified Commit 8e846703 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: fix(archive): correct task type string from 'Archive' to 'archive' in createSlaveTasks method

Showing with 1 addition and 1 deletion
+1 -1
......@@ -133,7 +133,7 @@ class archiveTask extends simplePlugin
$listOfDN = tasks::extractMembersFromGroups($monitoredMembers);
// Call the method from parent tasks object (first tab) to create sub-tasks.
$this->parent->getBaseObject()->createSlaveTasks($listOfDN, 'fdTasksGranularDN', NULL, 'Archive');
$this->parent->getBaseObject()->createSlaveTasks($listOfDN, 'fdTasksGranularDN', NULL, 'archive');
}
/**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment