Forgotten "close"

2022.09-rc
Michael 2020-05-09 15:43:41 +00:00
rodzic 221a659abe
commit 19b5b83ac6
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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);
}
/**