From 66dd46b04bec65ea92be2e4c6a3d8c2f300b412c Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 15 Nov 2016 20:52:35 +0000 Subject: [PATCH] fix: Fixed poweralert discovery, check is now case insensitive (#5000) --- includes/discovery/os/poweralert.inc.php | 2 +- tests/OSDiscoveryTest.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/discovery/os/poweralert.inc.php b/includes/discovery/os/poweralert.inc.php index 8be0cff120..b00b4566be 100644 --- a/includes/discovery/os/poweralert.inc.php +++ b/includes/discovery/os/poweralert.inc.php @@ -1,5 +1,5 @@ checkOS('poweralert'); + $this->checkOS('poweralert', 'poweralert1'); } public function testPowerconnect()