diff --git a/src/i18n.php b/src/i18n.php index 7d66623..d5bb697 100644 --- a/src/i18n.php +++ b/src/i18n.php @@ -382,7 +382,7 @@ protected function renderMetaTags($current, $default, $href) * @param array $parameters Collection of data passed to current view * @param Module $module Pointer to active core module */ - public function templateRenderer(&$html, $parameters, $module) + public function templateRenderer(&$html) { $html = str_ireplace('', $this->renderMetaTags(SamsonLocale::current(), SamsonLocale::$defaultLocale, url()->text).'', $html); $html = str_ireplace('', '', $html);