Compare commits

..

No commits in common. "317d2898b938688c12fe9e2238e6955d0b4add82" and "2ea286fa7b3822ecee845a9ce9d4e28e9c3c86e0" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -119,9 +119,6 @@ class ArchiveSiteMetaViewHelper extends AbstractHelper
$view = $this->getView(); $view = $this->getView();
return isset($view->site) return isset($view->site)
? $view->site ? $view->site
: $view->getHelperPluginManager() : $view->getHelperPluginManager()->get('Laminas\View\Helper\ViewModel')->getRoot()->getVariable('site');
->get('Laminas\View\Helper\ViewModel')
->getRoot()
->getVariable('site');
} }
} }