noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/03: Bug : Exception are not correctly thro


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/03: Bug : Exception are not correctly thrown
Date: Tue, 22 Jan 2019 13:13:26 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ed6a23fa4c44457690e5af92a90db9671852b0d5
Author: Dany De Bontridder <address@hidden>
Date:   Mon Jan 21 19:22:08 2019 +0100

    Bug : Exception are not correctly thrown
---
 html/do.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/html/do.php b/html/do.php
index 1ee0170..be77861 100644
--- a/html/do.php
+++ b/html/do.php
@@ -347,6 +347,7 @@ else
     {
         echo $exc->getMessage();
         record_log("No user profile ");
+        record_log($exc->getMessage());
         record_log($exc->getTraceAsString());
         throw $exc;
     }



reply via email to

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