kopia lustrzana https://github.com/nextcloud/social
rodzic
0740da8466
commit
82bb7e83ed
|
@ -237,7 +237,7 @@ class CoreRequestBuilder {
|
||||||
// TODO: Pagination should use published date, once we can properly query the db for that
|
// TODO: Pagination should use published date, once we can properly query the db for that
|
||||||
$qb->andWhere(
|
$qb->andWhere(
|
||||||
$expr->lt(
|
$expr->lt(
|
||||||
'sn.creation', $qb->createNamedParameter($dt, IQueryBuilder::PARAM_DATE),
|
$this->defaultSelectAlias . '.creation', $qb->createNamedParameter($dt, IQueryBuilder::PARAM_DATE),
|
||||||
IQueryBuilder::PARAM_DATE
|
IQueryBuilder::PARAM_DATE
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Ładowanie…
Reference in New Issue