@@ -86,7 +86,7 @@ |
||
| 86 | 86 | { |
| 87 | 87 | $qb = $this->em->getRepository($this->page_class)->getQueryToFindPublished('p'); |
| 88 | 88 | $qb->andWhere('p.metaRobots IS NULL OR p.metaRobots NOT LIKE :noi2') |
| 89 | - ->setParameter('noi2', '%noindex%'); |
|
| 89 | + ->setParameter('noi2', '%noindex%'); |
|
| 90 | 90 | $qb->andWhere('p.mainContent NOT LIKE :noi')->setParameter('noi', 'Location:%'); |
| 91 | 91 | |
| 92 | 92 | if (null !== $limit) { |