Merge remote-tracking branch 'origin/support/2.7' into support/3.1

This commit is contained in:
Eric Espie
2024-05-21 14:29:10 +02:00
2 changed files with 5 additions and 3 deletions

View File

@@ -537,7 +537,7 @@ EOF
}
else
{
throw new Exception('graphviz not found (executable path: '.$sDotExecutable.')');
throw new Exception('graphviz not found');
}
return $sHtml;
}
@@ -592,7 +592,7 @@ EOF
}
else
{
throw new Exception('graphviz not found (executable path: '.$sDotExecutable.')');
throw new Exception('graphviz not found');
}
return $sHtml;
}