mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-23 07:08:09 +00:00
fix merge issue
This commit is contained in:
parent
28803f106b
commit
4f0558a0d4
1 changed files with 2 additions and 1 deletions
|
@ -111,6 +111,7 @@ class EntryRepository extends EntityRepository
|
|||
|
||||
if ($since >= 0) {
|
||||
$qb->andWhere('e.updatedAt > :since')->setParameter('since', new \DateTime(date('Y-m-d H:i:s', $since)));
|
||||
}
|
||||
|
||||
if ('' !== $tags) {
|
||||
foreach (explode(',', $tags) as $tag) {
|
||||
|
|
Loading…
Reference in a new issue