Skip to content

Commit

Permalink
fix README code example
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaaker committed Oct 19, 2016
1 parent 9ba1f68 commit b5d191a
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 @@ -436,7 +436,7 @@ $transaction->delete($record3);

// execute the transaction plan
$success = $transaction->exec();
if ($ok) {
if ($success) {

echo "The Transaction succeeded!";

Expand Down

0 comments on commit b5d191a

Please sign in to comment.