mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Some more forgotten DBA::close
This commit is contained in:
parent
9ccdbd9349
commit
f75009c20c
14 changed files with 24 additions and 3 deletions
|
@ -2057,6 +2057,7 @@ class Contact
|
|||
|
||||
Worker::add(PRIORITY_HIGH, 'MergeContact', $first, $duplicate['id'], $uid);
|
||||
}
|
||||
DBA::close($duplicates);
|
||||
Logger::info('Duplicates handled', ['uid' => $uid, 'nurl' => $nurl]);
|
||||
return true;
|
||||
}
|
||||
|
@ -2732,6 +2733,7 @@ class Contact
|
|||
);
|
||||
}
|
||||
}
|
||||
DBA::close($contacts);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue