This commit is contained in:
2022-11-01 18:50:37 +01:00
parent d43842790a
commit e169c19bd0

View File

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