Merge "Use ConvertibleTimestamp::convert() in a few places"
[lhc/web/wiklou.git] / includes / libs / rdbms / database / Database.php
index 4f702c1..0bd1e9e 100644 (file)
@@ -266,6 +266,7 @@ abstract class Database implements IDatabase, LoggerAwareInterface {
                $this->trxProfiler = $params['trxProfiler'];
                $this->connLogger = $params['connLogger'];
                $this->queryLogger = $params['queryLogger'];
+               $this->errorLogger = $params['errorLogger'];
 
                // Set initial dummy domain until open() sets the final DB/prefix
                $this->currentDomain = DatabaseDomain::newUnspecified();