mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
minor webui cosmetic fixes
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user