mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Fixed graphviz path check
SVN:trunk[3646]
This commit is contained in:
@@ -457,7 +457,7 @@ class SetupUtils
|
||||
{
|
||||
$sGraphvizPath = 'dot';
|
||||
}
|
||||
$sCommand = "$sGraphvizPath -V 2>&1";
|
||||
$sCommand = "\"$sGraphvizPath\" -V 2>&1";
|
||||
|
||||
$aOutput = array();
|
||||
$iRetCode = 0;
|
||||
@@ -1511,4 +1511,4 @@ class SetupInfo
|
||||
{
|
||||
return (array_key_exists($sModuleId, self::$aSelectedModules));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user