]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/User.php
Merge pull request #8558 from annando/corrected-view
[friendica.git] / src / Model / User.php
index be71bcf64589a61c4d10fee982ae5e78fd6082d9..89574e76094fc5857e6651badb36efaf3d7a969f 100644 (file)
@@ -1298,6 +1298,7 @@ class User
                                $statistics['active_users_monthly']++;
                        }
                }
+               DBA::close($userStmt);
 
                return $statistics;
        }