summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/reason.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/reason.pm b/FS/FS/reason.pm
index 3c925d4..5ce1848 100644
--- a/FS/FS/reason.pm
+++ b/FS/FS/reason.pm
@@ -153,7 +153,7 @@ sub _upgrade_data { # class method
foreach (@sql) {
my $sth = $dbh->prepare($_) or die $dbh->errstr;
- $sth->execute or die $dbh->errstr;
+ $sth->execute or die $sth->errstr;
}
}
}