mirror of https://github.com/MISP/MISP
chg: [debug] cleanup
parent
b5435401a2
commit
ea391232a8
|
@ -12,7 +12,6 @@
|
||||||
* - id: element ID for the input field - defaults to quickFilterField
|
* - id: element ID for the input field - defaults to quickFilterField
|
||||||
*/
|
*/
|
||||||
if (!isset($data['requirement']) || $data['requirement']) {
|
if (!isset($data['requirement']) || $data['requirement']) {
|
||||||
debug($data);
|
|
||||||
$searchKey = empty($data['searchKey']) ? 'searchall' : $data['searchKey'];
|
$searchKey = empty($data['searchKey']) ? 'searchall' : $data['searchKey'];
|
||||||
// Set default value to current search term
|
// Set default value to current search term
|
||||||
if (empty($data['value']) && !empty($this->passedArgs[$searchKey])) {
|
if (empty($data['value']) && !empty($this->passedArgs[$searchKey])) {
|
||||||
|
|
Loading…
Reference in New Issue