noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 15/28: Bug Array to string conversion error


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 15/28: Bug Array to string conversion error
Date: Sat, 30 Nov 2019 07:51:23 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit f9012b0a2470b6ab4d4f49d4f36d9b63cd225069
Author: Dany De Bontridder <address@hidden>
Date:   Wed Nov 20 20:45:33 2019 +0100

    Bug Array to string conversion error
---
 include/class/acc_ledger_sold.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_ledger_sold.class.php 
b/include/class/acc_ledger_sold.class.php
index e5b21ea..5867d8d 100644
--- a/include/class/acc_ledger_sold.class.php
+++ b/include/class/acc_ledger_sold.class.php
@@ -609,7 +609,7 @@ class Acc_Ledger_Sold extends Acc_Ledger {
             'Erreur dans l\'enregistrement ' .
             __FILE__ . ':' . __LINE__ . ' ' .
             $e->getMessage();
-            echo $e->getTrace();
+            echo $e->getTraceAsString();
 
             $this->db->rollback();
             throw new Exception ($e);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]