forked from wallabag/wallabag
fix merge issue
This commit is contained in:
@ -111,6 +111,7 @@ class EntryRepository extends EntityRepository
|
|||||||
|
|
||||||
if ($since >= 0) {
|
if ($since >= 0) {
|
||||||
$qb->andWhere('e.updatedAt > :since')->setParameter('since', new \DateTime(date('Y-m-d H:i:s', $since)));
|
$qb->andWhere('e.updatedAt > :since')->setParameter('since', new \DateTime(date('Y-m-d H:i:s', $since)));
|
||||||
|
}
|
||||||
|
|
||||||
if ('' !== $tags) {
|
if ('' !== $tags) {
|
||||||
foreach (explode(',', $tags) as $tag) {
|
foreach (explode(',', $tags) as $tag) {
|
||||||
|
|||||||
Reference in New Issue
Block a user