@@ -80,7 +80,7 @@ |
||
80 | 80 | ->andWhere('p.title LIKE :pattern') |
81 | 81 | ->setMaxResults(30) |
82 | 82 | ->getQuery() |
83 | - ->execute(array('pattern' => '%' . $pattern . '%')); |
|
83 | + ->execute(array('pattern' => '%'.$pattern.'%')); |
|
84 | 84 | |
85 | 85 | $suggestions = array(); |
86 | 86 | foreach ($pages as $page) { |