From a9bd5fe1b16aac3500bf6dd17f629341b49b3245 Mon Sep 17 00:00:00 2001 From: cvgellhorn Date: Mon, 18 Aug 2014 19:59:13 +0200 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5682a0..1054fe1 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ try { )); // Check transaction status, returns bool - $status = $db->inTransaction(); + $status = $database->inTransaction(); // Commit transaction if no error occurred $database->commit();