Make sure pdo is connected, fixes error in some Sharing tests

This commit is contained in:
nathan 2023-11-08 08:29:34 -07:00
parent a93146c1cb
commit b895da55ee

View File

@ -1673,6 +1673,7 @@ GROUP BY A.fs_id';
{
$query = '/* '.__METHOD__.': '.__LINE__.' */ '.$query;
}
self::connection();
$stmt = self::$pdo->prepare($query);
$stmt->execute(array($fs_id));