libvirt_helpers: fix PHP8 error

This commit is contained in:
bergware
2023-10-14 01:39:26 +02:00
parent 0716ed2fe4
commit 68a367bea7

View File

@@ -779,7 +779,7 @@ private static $encoding = 'UTF-8';
$boolBlacklisted = true;
}
$overrideCheck = "${arrMatch['typeid']}:${arrMatch['productid']}" ;
$overrideCheck = "{$arrMatch['typeid']}:{$arrMatch['productid']}" ;
if (in_array($overrideCheck,$arrWhiteListOverride) ) $boolBlacklisted = false;
$strClass = 'other';