From e169c19bd00060caed8641e4cb23d757033eddcf Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Tue, 1 Nov 2022 18:50:37 +0100 Subject: [PATCH] typo --- 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 0a769b8..1a0b620 100644 --- a/inc/remotesupport.class.php +++ b/inc/remotesupport.class.php @@ -86,7 +86,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM { global $DB; - $st = self::getContactArray(); + $st = self::getStatesArray(); $req = $DB->request('glpi_computers', ['FIELDS' => ['glpi_computers' => ['id', 'states_id']]]);