Fixed wrong file path for the graphs (lifecyle), could not work but on a Windows platform

SVN:code[166]
This commit is contained in:
Romain Quetiez
2009-09-16 08:48:54 +00:00
parent 91717f3f3b
commit cc8e80240f

View File

@@ -65,7 +65,7 @@ function GraphvizLifecycle($sClass)
$sClass = utils::ReadParam('class', 'bizIncidentTicket');
$sDir = dirname(__FILE__);
$sImageFilePath = $sDir."\\..\\images\\lifecycle\\".$sClass.".png";
$sImageFilePath = $sDir."/../images/lifecycle/".$sClass.".png";
if (file_exists("/iTop/Graphviz/bin/dot.exe"))
{
// create the file with Graphviz