mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-06 16:16:53 +01:00
(Fixes issue 1868)
This commit is contained in:
@@ -47,7 +47,7 @@ class CDbTransaction extends CComponent
|
||||
public function __construct(CDbConnection $connection)
|
||||
{
|
||||
$this->_connection=$connection;
|
||||
$this->setActive(true);
|
||||
$this->_active=true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user