projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2daa4a
)
Typo fix
author
eileen
<emcnaughton@wikimedia.org>
Wed, 27 Jul 2016 20:54:05 +0000
(08:54 +1200)
committer
Seamus Lee
<seamuslee001@gmail.com>
Thu, 4 Aug 2016 21:33:49 +0000
(21:33 +0000)
Civi/Core/Transaction/Manager.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Core/Transaction/Manager.php
b/Civi/Core/Transaction/Manager.php
index c5e3311fe475bc6df34742c887a90c0e68c54a20..1a8ab80027fce264fccf151cb3294661112de904 100644
(file)
--- a/
Civi/Core/Transaction/Manager.php
+++ b/
Civi/Core/Transaction/Manager.php
@@
-163,7
+163,7
@@
class Manager {
* @return \Civi\Core\Transaction\Frame
*/
protected function createBaseFrame() {
- return new Frame($this->dao, 'BEGIN', 'COMMIT', 'ROLLBACK');
;
+ return new Frame($this->dao, 'BEGIN', 'COMMIT', 'ROLLBACK');
}
/**