mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 18:20:12 +01:00
another minor fix for expert search
This commit is contained in:
parent
222a3aa355
commit
dc97eaee9e
@ -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']));
|
$this->a['attachment_type'] = substr($this->a['attachment_type'], 1, strlen($this->a['attachment_type']));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user