summaryrefslogtreecommitdiff
path: root/app/Functions
diff options
context:
space:
mode:
Diffstat (limited to 'app/Functions')
-rw-r--r--app/Functions/FunctionsEdit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Functions/FunctionsEdit.php b/app/Functions/FunctionsEdit.php
index 73e99b0ac6..4fa5d34bdf 100644
--- a/app/Functions/FunctionsEdit.php
+++ b/app/Functions/FunctionsEdit.php
@@ -509,7 +509,7 @@ class FunctionsEdit
$html .= view('edit/input-addon-help', ['fact' => 'PLAC']);
$html .= '</div>';
} elseif ($fact === 'QUAY') {
- $html .= view('components/select', ['id' => $id, 'name' => $name, 'selected' => $value, 'options' => GedcomCodeQuay::getValues()]);
+ $html .= view('components/select', ['id' => $id, 'name' => $name, 'selected' => $value, 'options' => ['' => ''] + GedcomCodeQuay::getValues()]);
} elseif ($fact === 'RELA') {
$html .= view('components/select', ['id' => $id, 'name' => $name, 'selected' => $value, 'options' => self::optionsRelationships($value)]);
} elseif ($fact === 'REPO') {