X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FSearch.php;h=ca8960ef35bc6ec2437a0cc078ceffca441a89a6;hb=b0086a49e2c28c528e178bcdd28203207feceef6;hp=2c8349364c89fc459a012e58acb3f25a64feb63b;hpb=3c76826793feeb933dab7a07dab7cc7eb2efc451;p=friendica.git diff --git a/src/Model/Search.php b/src/Model/Search.php index 2c8349364c..ca8960ef35 100644 --- a/src/Model/Search.php +++ b/src/Model/Search.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Model; @@ -25,7 +44,7 @@ class Search while ($term = DBA::fetch($termsStmt)) { $tags[] = trim($term['term'], '#'); } - + DBA::close($termsStmt); return $tags; } }