From 83a878888e2ba678b68fc805836af337a3622623 Mon Sep 17 00:00:00 2001 From: Yaco Date: Sat, 12 Mar 2022 20:16:19 +0000 Subject: removes redirection --- conf/plugin/bureaucracy/crowdfunding.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/conf/plugin/bureaucracy/crowdfunding.php b/conf/plugin/bureaucracy/crowdfunding.php index 4a6c18a..eda21cb 100644 --- a/conf/plugin/bureaucracy/crowdfunding.php +++ b/conf/plugin/bureaucracy/crowdfunding.php @@ -43,7 +43,7 @@ class helper_plugin_bureaucracy_handler_crowdfunding implements bureaucracy_hand foreach($fields as $row){ if ($n != 0) { - if ($row->opt["label"] === 'E-Mail') { + if ($row->opt["label"] === 'E-Mail') || ($row->opt["label"] === 'Correo electrónico') { $line = $line . ' | <' . $row->opt["value"] . '>'; } else { $line = $line . ' | ' . $row->opt["value"]; @@ -62,8 +62,8 @@ class helper_plugin_bureaucracy_handler_crowdfunding implements bureaucracy_hand $filepath = $INFO['filepath']; // unifica el registro si viene de idioma español - $store_tmp = str_replace("/es/","/",$filepath); - $store = str_replace(".txt",".log.txt",$store_tmp); + // $store_tmp = str_replace("/es/","/",$filepath); + $store = str_replace(".txt",".log.txt",$filepath); // // Abre el fichero para obtener el contenido existente if(!is_file($store)){ foreach($fields as $row){ @@ -81,12 +81,12 @@ class helper_plugin_bureaucracy_handler_crowdfunding implements bureaucracy_hand // // Escribe el contenido al fichero file_put_contents($store, $actual); // - if ($pago === "PayPal") { - echo ""; - echo $thanks; - exit; - // exit; - } + // if ($pago === "PayPal") { + // echo ""; + // echo $thanks; + // exit; + // // exit; + // } // dbglog($line); // return $thanks; } -- cgit v1.2.1