Oops, forgot one change in last commit.

This commit is contained in:
Juan Basso 2012-04-01 00:25:10 -04:00
parent a512d46679
commit 79f7ca7d33

View file

@ -51,7 +51,7 @@ class DboTestSource extends DboSource {
$this->_connection = $conn;
}
protected function _supportNestedTransaction() {
public function supportNestedTransaction() {
return true;
}