mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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;
|
global $config;
|
||||||
|
|
||||||
require_once("include/functions_post_process.php");
|
require_once($config['homedir'] . "/include/functions_post_process.php");
|
||||||
|
|
||||||
|
|
||||||
$fields = post_process_get_custom_values();
|
$fields = post_process_get_custom_values();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user