mirror of
https://github.com/friendica/friendica
synced 2025-04-28 18:24:24 +02:00
Some more forgotten DBA::close
This commit is contained in:
parent
9ccdbd9349
commit
f75009c20c
14 changed files with 24 additions and 3 deletions
|
@ -44,7 +44,7 @@ class Search
|
|||
while ($term = DBA::fetch($termsStmt)) {
|
||||
$tags[] = trim($term['term'], '#');
|
||||
}
|
||||
|
||||
DBA::close($termsStmt);
|
||||
return $tags;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue