Skip to content

Commit

Permalink
Merge branch 'master-2.22'
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Sep 21, 2019
2 parents aa429d3 + 5fb9796 commit fa538d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config_defaults_inc.php
Expand Up @@ -4360,7 +4360,7 @@
'ldap_simulation_file_path', 'plugin_path', 'bottom_include_page', 'top_include_page',
'default_home_page', 'logout_redirect_page', 'manual_url', 'logo_url', 'wiki_engine_url',
'cdn_enabled', 'public_config_names', 'email_login_enabled', 'email_ensure_unique',
'impersonate_user_threshold', 'email_retry_in_days'
'impersonate_user_threshold', 'email_retry_in_days', 'neato_tool', 'dot_tool'
);

/**
Expand Down
2 changes: 1 addition & 1 deletion core/graphviz_api.php
Expand Up @@ -350,7 +350,7 @@ function output( $p_format = 'dot', $p_headers = false ) {

# Start dot process

$t_command = $this->graphviz_tool . ' -T' . $p_format;
$t_command = escapeshellcmd( $this->graphviz_tool . ' -T' . $p_format );
$t_descriptors = array(
0 => array( 'pipe', 'r', ),
1 => array( 'pipe', 'w', ),
Expand Down

0 comments on commit fa538d1

Please sign in to comment.