mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Disable debug class usage.
This commit is contained in:
@@ -222,7 +222,7 @@ class e_db_pdo implements e_db
|
|||||||
{
|
{
|
||||||
$this->mySQLlastErrText = $ex->getMessage();
|
$this->mySQLlastErrText = $ex->getMessage();
|
||||||
$this->mySQLLastErrNum = $ex->getCode();
|
$this->mySQLLastErrNum = $ex->getCode();
|
||||||
e107::getDebug()->log($ex); // Useful for Debug.
|
// e107::getDebug()->log($ex); // Useful for Debug. breaks testing.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user