Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Aug 18, 2014
1 parent 4953a58 commit a9bd5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ try {
));

// Check transaction status, returns bool
$status = $db->inTransaction();
$status = $database->inTransaction();

// Commit transaction if no error occurred
$database->commit();
Expand Down

0 comments on commit a9bd5fe

Please sign in to comment.