diff options
-rw-r--r-- | Bugzilla/Migrate/Flyspray.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Migrate/Flyspray.pm b/Bugzilla/Migrate/Flyspray.pm index 1de8fbf43..d96ebeaf4 100644 --- a/Bugzilla/Migrate/Flyspray.pm +++ b/Bugzilla/Migrate/Flyspray.pm @@ -148,7 +148,7 @@ sub new { my ($class) = @_; my $self = {}; bless $self, $class; - $self->{dbh} = Bugzilla->dbh; + $self->{dbh} = Bugzilla->dbh->dbh; $self->{sql} = SQL::Abstract->new; return $self; } |