fix: [pull] pull filters fixed

pull/5560/head
iglocska 2020-03-26 15:01:07 +01:00
parent cea2b52419
commit 01734f6d7b
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 1 deletions

View File

@ -2617,7 +2617,6 @@ class Server extends AppModel
}
}
if (!empty($temp)) {
$temp = implode('|', $temp);
$final[substr($field, 0, strlen($field) -1)] = $temp;
}
}