diff --git a/functions.php b/functions.php index 53c87c2e..14d12b9f 100644 --- a/functions.php +++ b/functions.php @@ -1482,8 +1482,8 @@ function enforceAdminPermission() { function customAction($trigger, $entity) { chdir(dirname(__FILE__)); - if (file_exists(__DIR__ . "/xcustom/xcustom_action_handler.php")) { - include_once __DIR__ . "/xcustom/xcustom_action_handler.php"; + if (file_exists(__DIR__ . "/custom/custom_action_handler.php")) { + include_once __DIR__ . "/custom/custom_action_handler.php"; } }