diff --git a/modules/ModuleTagListByCategory.php b/modules/ModuleTagListByCategory.php index 21f7361..b17223f 100644 --- a/modules/ModuleTagListByCategory.php +++ b/modules/ModuleTagListByCategory.php @@ -48,6 +48,11 @@ public function generate() */ protected function compile() { + $this->loadLanguageFile('tl_module'); + $this->Template->news = array(); + $this->Template->events = array(); + $this->Template->other_pages = array(); + $this->Template->pages = array(); if (strlen(\TagHelper::decode(\Input::get('tag'))) && count($this->sourcetables) > 0) { $tagids = array();