RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

controller/main should not use hardcoded language #69

Closed RobertHeim closed 9 years ago

RobertHeim commented 9 years ago

multiple times:

'Tag-' . $this->user->lang('SEARCH'));

and

return $this->helper->error('No route found for "' . $this->helper->get_current_url() . '"' , 404);