Skip to content

Commit

Permalink
refs #1846 : bugfix - comment commit function call
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jun 15, 2016
1 parent aa678cd commit 679b9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/data/SQLite3/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public static function rollback() {
return self::$db->rollback();
}
public static function commit() {
self::$db->commit(); // Auto commit.
//self::$db->commit(); // Auto commit.
return true;
}

Expand Down

0 comments on commit 679b9ec

Please sign in to comment.