Quantcast
Channel: Symantec Connect - Security
Viewing all articles
Browse latest Browse all 11462

Bugfix util.php

$
0
0

found in version 12.1.5

in <SEPM>\Php\Include\Util\util.php

line 22

add a missing include in:

require_once("Include/scans/ScanTypes.php");
$scanTypes=ScanTypes::getInstance();

result

require_once("Include/scans/ScanTypes.php");
include_once("Include/Inventory/I18nInventory.php");
$scanTypes=ScanTypes::getInstance();

Viewing all articles
Browse latest Browse all 11462

Trending Articles