From a1e314b00ce6ff59682a362b216abbcd10b6c1ad Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Tue, 1 Nov 2022 18:51:43 +0100 Subject: [PATCH] typo again --- inc/remotesupport.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/remotesupport.class.php b/inc/remotesupport.class.php index 1a0b620..459dd6d 100644 --- a/inc/remotesupport.class.php +++ b/inc/remotesupport.class.php @@ -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']]]);