@@ -450,9 +450,9 @@ |
||
450 | 450 | } |
451 | 451 | |
452 | 452 | if (preg_match('/^0 @@ (' . Gedcom::REGEX_TAG . ')/', $gedcom, $match)) { |
453 | - $type = $match[1]; |
|
453 | + $type = $match[1]; |
|
454 | 454 | } else { |
455 | - throw new Exception('Invalid argument to Tree::createRecord(' . $gedcom . ')'); |
|
455 | + throw new Exception('Invalid argument to Tree::createRecord(' . $gedcom . ')'); |
|
456 | 456 | } |
457 | 457 | |
458 | 458 | $xref = $this->getNewXref($type); |