mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-14 12:17:03 +02:00
added tagging the search results
This commit is contained in:
@ -70,6 +70,7 @@ class ControllerSearchHelper extends Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if($this->a['ref']) { $this->data['_ref'] = $this->a['ref']; }
|
if($this->a['ref']) { $this->data['_ref'] = $this->a['ref']; }
|
||||||
|
if($this->request->post['ref']) { $this->data['_ref'] = $this->request->post['ref']; }
|
||||||
|
|
||||||
/* paging info */
|
/* paging info */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user