mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-10-28 04:52:26 +01: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