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