FIX: fixed variable name
This commit is contained in:
parent
dde0e7ea9d
commit
99844dec19
@ -38,7 +38,7 @@ sub createDSN
|
|||||||
my $dsn = "DBI:MariaDB:database=" . $self->{database} . ";host=" . $self->{host} . ";port=" . $self->{port};
|
my $dsn = "DBI:MariaDB:database=" . $self->{database} . ";host=" . $self->{host} . ";port=" . $self->{port};
|
||||||
$self->{dsn} = $dsn;
|
$self->{dsn} = $dsn;
|
||||||
|
|
||||||
$self->log(LOGDEBUG, "created DSN " . $self->{DSN});
|
$self->log(LOGDEBUG, "created DSN " . $self->{dsn});
|
||||||
}
|
}
|
||||||
|
|
||||||
sub createQuery
|
sub createQuery
|
||||||
|
Loading…
Reference in New Issue
Block a user