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 21:33:49 +0000 (21:33 +0000)
Civi/Core/Transaction/Manager.php

index c5e3311fe475bc6df34742c887a90c0e68c54a20..1a8ab80027fce264fccf151cb3294661112de904 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');
   }
 
   /**