mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 12:32:37 +01:00
Prevent access to undefined db handle
This commit is contained in:
parent
d638370cdc
commit
9b1cdffa6b
@ -1769,6 +1769,8 @@ sub get_message_account_id {
|
||||
sub commit_message_history {
|
||||
my $self = shift;
|
||||
|
||||
return if not $self->{dbh};
|
||||
|
||||
if($self->{new_entries} > 0) {
|
||||
# $self->{pbot}->{logger}->log("Commiting $self->{new_entries} messages to SQLite\n");
|
||||
eval {
|
||||
|
Loading…
Reference in New Issue
Block a user