@@ -47,8 +47,7 @@ |
||
| 47 | 47 | { |
| 48 | 48 | $this->data = [ |
| 49 | 49 | 'currentPage' => $this->context->getCurrentPage() instanceof MetaInterface ? |
| 50 | - $this->getRouteData($this->context->getCurrentPage()->getValues()) : |
|
| 51 | - [], |
|
| 50 | + $this->getRouteData($this->context->getCurrentPage()->getValues()) : [], |
|
| 52 | 51 | 'registeredMeta' => $this->context->getRegisteredMeta(), |
| 53 | 52 | ]; |
| 54 | 53 | } |