fixed minor error default graph for pdf or email 320

This commit is contained in:
daniel 2018-06-20 11:54:03 +02:00
parent aa4f13d17a
commit 2ae0dc6c52
1 changed files with 1 additions and 1 deletions

View File

@ -1855,7 +1855,7 @@ function config_process_config () {
} }
if (!isset($config['graph_image_height'])) { if (!isset($config['graph_image_height'])) {
config_update_value ('graph_image_height', 350); config_update_value ('graph_image_height', 320);
} }
if (!isset($config["render_proc_ok"])) { if (!isset($config["render_proc_ok"])) {