typo again

This commit is contained in:
2022-11-01 18:51:43 +01:00
parent e169c19bd0
commit a1e314b00c

View File

@@ -86,7 +86,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
{
global $DB;
$st = self::getStatesArray();
$st = self::getStatesIds();
$req = $DB->request('glpi_computers', ['FIELDS' => ['glpi_computers' => ['id', 'states_id']]]);