Fixed php include error
This commit is contained in:
parent
8f0312ac98
commit
29a58006db
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue