summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtoken.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/token.cgi b/token.cgi
index cd4c508aa..eaadee3e0 100755
--- a/token.cgi
+++ b/token.cgi
@@ -296,7 +296,7 @@ sub cancelChangeEmail {
my $token = shift;
my $dbh = Bugzilla->dbh;
- $dbh->bz_begin_transaction();
+ $dbh->bz_start_transaction();
# Get the user's ID from the tokens table.
my ($userid, $tokentype, $eventdata) = $dbh->selectrow_array(