From b10b9d412fbf255404fb5fcdaeab4093df19d69c Mon Sep 17 00:00:00 2001 From: SJ Date: Sat, 10 Mar 2012 14:59:50 +0100 Subject: [PATCH] added tagging the search results --- webui/controller/search/helper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/controller/search/helper.php b/webui/controller/search/helper.php index 83f840a4..f3e632a1 100644 --- a/webui/controller/search/helper.php +++ b/webui/controller/search/helper.php @@ -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 */