(Fixes issue 1868)

This commit is contained in:
qiang.xue
2011-03-14 00:28:38 +00:00
parent 487cc6f600
commit dc99b7cdeb
13 changed files with 26 additions and 63 deletions

View File

@@ -47,7 +47,7 @@ class CDbTransaction extends CComponent
public function __construct(CDbConnection $connection)
{
$this->_connection=$connection;
$this->setActive(true);
$this->_active=true;
}
/**