diff --git a/webui/controller/search/helper.php b/webui/controller/search/helper.php index 3d13335..c316dc5 100644 --- a/webui/controller/search/helper.php +++ b/webui/controller/search/helper.php @@ -199,6 +199,8 @@ } + if($this->a['any'] == ' ' . $this->data['text_enter_search_terms']) { $this->a['any'] = ''; } + $this->a['attachment_type'] = substr($this->a['attachment_type'], 1, strlen($this->a['attachment_type'])); }