mirror of
https://github.com/unraid/webgui.git
synced 2026-01-22 01:19:56 -06:00
libvirt_helpers: fix PHP8 error
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user