Change check level to "warning" in order to keep consistency with the others

This commit is contained in:
Molkobain
2021-02-24 09:29:42 +01:00
parent 71c5f47cd8
commit 6f40bb4c35

View File

@@ -562,8 +562,7 @@ class SetupUtils
clearstatcache();
if (!is_file($sGraphvizPath) || !is_executable($sGraphvizPath)) {
//N°3412 avoid shell injection
return new CheckResult(CheckResult::ERROR,
"$sGraphvizPath could not be executed: Please make sure it is installed and in the path");
return new CheckResult(CheckResult::WARNING, "$sGraphvizPath could not be executed: Please make sure it is installed and in the path");
}
if (!utils::IsWindowsEnvironment()){