]> git.mxchange.org Git - friendica.git/commitdiff
Forgotten "close"
authorMichael <heluecht@pirati.ca>
Sat, 9 May 2020 15:43:41 +0000 (15:43 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 9 May 2020 15:43:41 +0000 (15:43 +0000)
src/Model/Tag.php

index 41c6de11176056c4c444e6d296478f921f435c85..b28e723b7ab4776f58c99aadfdcf7b3cc0467a7f 100644 (file)
@@ -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);
        }
 
        /**