|
@@ -294,7 +294,7 @@ |
|
|
block discarded – undo |
|
294
|
294
|
$message = I18N::translate('“%1$s” should be “%2$s”.', $actual, $expected); |
|
295
|
295
|
if (strtoupper($element->canonical($value)) !== strtoupper($value)) { |
|
296
|
296
|
// This will be relevant for GEDCOM 7.0. It's not relevant now, and causes confusion. |
|
297
|
|
- $infos[] = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message); |
|
|
297
|
+ $infos[] = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message); |
|
298
|
298
|
} |
|
299
|
299
|
} elseif ($element instanceof MultimediaFormat) { |
|
300
|
300
|
$mime = Mime::TYPES[$value] ?? Mime::DEFAULT_TYPE; |
Please login to merge, or discard this patch.