|
@@ -72,11 +72,11 @@ |
|
|
block discarded – undo |
|
72
|
72
|
public function get($form, $options = null, $params = null) |
|
73
|
73
|
{ |
|
74
|
74
|
if (!is_object($form)) { |
|
75
|
|
- $form = $this->formElementManager->get($form, $options); |
|
|
75
|
+ $form = $this->formElementManager->get($form, $options); |
|
76
|
76
|
} |
|
77
|
77
|
|
|
78
|
78
|
/** @noinspection PhpUndefinedMethodInspection */ |
|
79
|
|
- $params = $params ?: clone $this->getController()->getRequest()->getQuery(); |
|
|
79
|
+ $params = $params ?: clone $this->getController()->getRequest()->getQuery(); |
|
80
|
80
|
|
|
81
|
81
|
/* I tried using form methods (bind, isValid)... |
|
82
|
82
|
* but because the search form could be in an invalidated state |
Please login to merge, or discard this patch.