mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 18:30:11 +01:00
added tagging the search results
This commit is contained in:
parent
99848614e8
commit
b10b9d412f
@ -70,6 +70,7 @@ class ControllerSearchHelper extends Controller {
|
||||
}
|
||||
|
||||
if($this->a['ref']) { $this->data['_ref'] = $this->a['ref']; }
|
||||
if($this->request->post['ref']) { $this->data['_ref'] = $this->request->post['ref']; }
|
||||
|
||||
/* paging info */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user