Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix typo problem on a variable. thanks Akiz09
Browse files Browse the repository at this point in the history
  • Loading branch information
David Durieux committed Feb 20, 2019
1 parent e5a1d0a commit db945f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/agentwakeup.class.php
Expand Up @@ -166,7 +166,7 @@ static function cronWakeupAgents($crontask) {
]
],
'WHERE' => [
'glpi_plugin_fusioninventory_tasks.id' => $taks['id'],
'glpi_plugin_fusioninventory_tasks.id' => $task['id'],
'glpi_plugin_fusioninventory_taskjobs.id' => 'glpi_plugin_fusioninventory_taskjobstates.plugin_fusioninventory_taskjobs_id',
'glpi_plugin_fusioninventory_taskjobstates.state' => PluginFusioninventoryTaskjobstate::PREPARED
],
Expand Down

0 comments on commit db945f3

Please sign in to comment.