Skip to content
Snippets Groups Projects

Issue #3457179: Make gitlab pipeline green

Files
6
@@ -42,6 +42,7 @@ class ViewsCsvArgument extends StringArgument {
}
$this->ensureMyTable();
$field = '';
if (empty($this->options['glossary'])) {
$field = $this->options['key'];
}
Loading