minor webui cosmetic fixes

This commit is contained in:
SJ
2012-04-27 22:57:43 +02:00
parent 1eb5d46e74
commit 9b3b996286
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +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']; }
if(isset($this->request->post['ref']) && $this->request->post['ref']) { $this->data['_ref'] = $this->request->post['ref']; }
/* paging info */