another minor fix for expert search

This commit is contained in:
SJ 2012-08-28 22:47:18 +02:00
parent 222a3aa355
commit dc97eaee9e

View File

@ -199,6 +199,8 @@ class ControllerSearchHelper extends Controller {
}
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']));
}