mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Forgotten "close"
This commit is contained in:
parent
221a659abe
commit
19b5b83ac6
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ class Tag
|
|||
while ($tag = DBA::fetch($tags)) {
|
||||
self::store($uri_id, self::IMPLICIT_MENTION, $tag['name'], $tag['url']);
|
||||
}
|
||||
DBA::close($tags);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue