From 32ef767ed06fe47e54071b07d0097bb2e9a3d61b Mon Sep 17 00:00:00 2001 From: BuhtigithuB Date: Sun, 4 May 2014 12:12:18 -0400 Subject: [PATCH] ley -> key --- gluon/dal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/dal.py b/gluon/dal.py index 796e7831..48dabec4 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -2675,7 +2675,7 @@ class MySQLAdapter(BaseAdapter): self.execute("XA END;") self.execute("XA PREPARE;") - def commit_prepared(self,ley): + def commit_prepared(self,key): self.execute("XA COMMIT;") def rollback_prepared(self,key):