@@ -117,7 +117,7 @@ |
||
117 | 117 | { |
118 | 118 | // A note structure can contain an inline note or a linked to a shared note. |
119 | 119 | if (preg_match('/^@(' . Gedcom::REGEX_XREF . ')@$/', $value, $match) === 1) { |
120 | - $note = Registry::noteFactory()->make($match[1], $tree); |
|
120 | + $note = Registry::noteFactory()->make($match[1], $tree); |
|
121 | 121 | |
122 | 122 | if ($note === null) { |
123 | 123 | return parent::labelValue($value, $tree); |