Fixed php include error

This commit is contained in:
m-lopez-f 2015-03-05 10:55:17 +01:00
parent 8f0312ac98
commit 29a58006db
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ function html_print_extended_select_for_post_process($name, $selected = '',
global $config;
require_once("include/functions_post_process.php");
require_once($config['homedir'] . "/include/functions_post_process.php");
$fields = post_process_get_custom_values();