Browse Source

Impact analysis: still an alpha version.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3561 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 10 years ago
parent
commit
abb919d547
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/UI.php

+ 1 - 1
pages/UI.php

@@ -284,7 +284,7 @@ EOF
 	try
 	{
 		$oGraph->InitFromGraphviz();
-	
+		$sExportAsPdfURL = '';
 		if (extension_loaded('gd'))
 		{
 			$sExportAsPdfURL = utils::GetAbsoluteUrlAppRoot().'pages/ajax.render.php?operation=relation_pdf&relation='.$sRelation.'&direction='.($bDirectionDown ? 'down' : 'up').'&class='.$sClass.'&id='.$id;