Typo fix
authoreileen <emcnaughton@wikimedia.org>
Wed, 27 Jul 2016 20:54:05 +0000 (08:54 +1200)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 4 Aug 2016 07:21:21 +0000 (17:21 +1000)
Civi/Core/Transaction/Manager.php

index 773cf564c64950b2be0a37c25a61c6948dbcb0d5..a7b4a90959d6335e4e8ecb29c9ef9a7aa24eb585 100644 (file)
@@ -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');
   }
 
   /**