@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | - * @license MIT |
|
| 8 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | + * @license MIT |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Organizations\Factory\Controller; |
| 11 | 11 | |
@@ -158,7 +158,7 @@ |
||
| 158 | 158 | */ |
| 159 | 159 | public function typeaheadAction() |
| 160 | 160 | { |
| 161 | - $query = $this->params()->fromQuery('q', '*'); |
|
| 161 | + $query = $this->params()->fromQuery('q', '*'); |
|
| 162 | 162 | |
| 163 | 163 | $return = array(); |
| 164 | 164 | foreach ($this->jobRepository->getTypeaheadResults($query, $this->auth('id')) as $id => $item) { |