qqq
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ class Connection extends Component
|
|||||||
{
|
{
|
||||||
$pdo = Context::get($this->cds);
|
$pdo = Context::get($this->cds);
|
||||||
if ($pdo === null) {
|
if ($pdo === null) {
|
||||||
$pdo = $this->getConnection();
|
$pdo = $this->getNormalClientHealth();
|
||||||
if ($this->storey > 0 && !$pdo->inTransaction()) {
|
if ($this->storey > 0 && !$pdo->inTransaction()) {
|
||||||
$pdo->beginTransaction();
|
$pdo->beginTransaction();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user