Verified Commit a47555f0 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: (Tasks) - hotfix for phpstan

Hotfix for phpstan
Showing with 1 addition and 1 deletion
+1 -1
......@@ -78,7 +78,7 @@ class tasksDashboard extends management
function tasksRenew (array $action)
{
foreach ((array)$action['targets'] as $dn) {
$this->tasksUpdate($dn, 1);
$this->tasksUpdate($dn);
}
}
......
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