[ticket/481] Remove unneeded assignment of S_SEARCH_ACTION in search

B3P-481
This commit is contained in:
Marc Alexander
2015-02-26 17:55:34 +01:00
parent 119855aedf
commit b68bb7f4a6

View File

@@ -75,8 +75,6 @@ class search extends module_base
*/
public function get_template_side($module_id)
{
$this->template->assign_var('S_SEARCH_ACTION', append_sid("{$this->phpbb_root_path}search.{$this->php_ext}"));
return 'search_side.html';
}