]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/GContact.php
File and category aren't using "term" anymore
[friendica.git] / src / Model / GContact.php
index 553976296f997297eb0b91d7f9a6f23e7c47a56a..becfd61b08e44105a9a4452d0b20154a327ad3ff 100644 (file)
@@ -113,6 +113,7 @@ class GContact
 
                        $gcontacts[] = Contact::getDetailsByURL($result['nurl'], local_user());
                }
+               DBA::close($results);
                return $gcontacts;
        }
 
@@ -563,6 +564,7 @@ class GContact
                                PortableContact::loadWorker(0, 0, 0, $base);
                        }
                }
+               DBA::close($contacts);
        }
 
        /**