mirror of
https://github.com/friendica/friendica
synced 2025-05-01 19:04:23 +02:00
Some more forgotten DBA::close
This commit is contained in:
parent
9ccdbd9349
commit
f75009c20c
14 changed files with 24 additions and 3 deletions
|
@ -121,6 +121,7 @@ class Site extends BaseAdmin
|
|||
while ($user = DBA::fetch($usersStmt)) {
|
||||
Worker::add(PRIORITY_HIGH, 'Notifier', Delivery::RELOCATION, $user['uid']);
|
||||
}
|
||||
DBA::close($usersStmt);
|
||||
|
||||
info("Relocation started. Could take a while to complete.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue