From 32baec1c9a7d78b3983d55b2a5f70180094b78b5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 Sep 2018 17:10:47 +0200 Subject: [PATCH] Fix logs --- htdocs/public/payment/paymentok.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/public/payment/paymentok.php b/htdocs/public/payment/paymentok.php index 7ad8b278de6e8..fb2242c9ea58c 100644 --- a/htdocs/public/payment/paymentok.php +++ b/htdocs/public/payment/paymentok.php @@ -638,7 +638,7 @@ } else { - $postactionmessages[] = 'Setup of bank account to use in module '.$paymentmethod.' was not set. Not way to record the payment.'; + $postactionmessages[] = 'Setup of bank account to use in module '.$paymentmethod.' was not set. No way to record the payment.'; $ispostactionok = -1; $error++; } @@ -700,9 +700,9 @@ $tmptag=dolExplodeIntoArray($fulltag,'.','='); - dol_syslog("Send email to customer to admins if we have to (sendemail = ".$sendemail.")", LOG_DEBUG, 0, '_payment'); + dol_syslog("Send email to admins if we have to (sendemail = ".$sendemail.")", LOG_DEBUG, 0, '_payment'); - // Send an email to admin + // Send an email to admins if ($sendemail) { $companylangs = new Translate('', $conf);