- in plgntls transformed process to add fetch script even if list of srcs is empty

- created a patch for form builder calculation
This commit is contained in:
asus
2024-03-12 19:54:18 +01:00
parent 591add448f
commit 38f9b0ba72
8 changed files with 109 additions and 22 deletions

View File

@@ -51,6 +51,7 @@ include_once(PLGNTLS_class::root_path() . 'php/partner_check_page.php');
// form builder patch :
//include_once(PLGNTLS_class::root_path() . 'php/form_builder_patch/url_validation.php');
//include_once(PLGNTLS_class::root_path() . 'php/form_builder_patch/multiple_modals.php');
include_once(PLGNTLS_class::root_path() . 'php/form_builder_patch/form_calculation.php');