From: Michael Date: Sat, 9 May 2020 15:43:41 +0000 (+0000) Subject: Forgotten "close" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=19b5b83ac6d61080743df129528f59a762634fd2;p=friendica.git Forgotten "close" --- diff --git a/src/Model/Tag.php b/src/Model/Tag.php index 41c6de1117..b28e723b7a 100644 --- a/src/Model/Tag.php +++ b/src/Model/Tag.php @@ -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); } /**