From d710dedaa412ec09103fcfbd080aa49cfb052818 Mon Sep 17 00:00:00 2001
From: Adrien <af@brain-networks.fr>
Date: Mon, 7 Jan 2019 18:42:08 +0100
Subject: [PATCH] correct PEAR

---
 PEAR.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PEAR.php b/PEAR.php
index eefc05de4..951188416 100644
--- a/PEAR.php
+++ b/PEAR.php
@@ -196,7 +196,7 @@ class PEAR
         // PHP4-style constructor.
         // This will NOT be invoked, unless a sub-class that extends `foo` calls it.
         // In that case, call the new-style constructor to keep compatibility.
-        self::__construct();
+        self::__construct($error_class);
     }
 
     // }}}
-- 
GitLab