Skip to content

Commit 7129fb2

Browse files
Fix import for Geni files. Thanks to the fork commit by Execut on GitHub.
1 parent 6a7148a commit 7129fb2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

library/PhpGedcom/Record/ObjeRef/File.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ class File extends Record
3232
*/
3333
protected $_form;
3434
protected $_titl;
35+
protected $_date;
3536

3637
}

library/PhpGedcom/Record/ObjeRef/File/Form.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ class Form extends Record
2525
/**
2626
* @var string multimedia_format
2727
*/
28-
protected $form;
28+
protected $_form;
2929

3030
/**
3131
* @var string source_media_type
3232
* for only obje
3333
*/
34-
protected $type;
34+
protected $_type;
3535

3636
/**
3737
* @var string source_media_type
3838
* for only objeref
3939
*/
40-
protected $medi;
40+
protected $_medi;
4141
}

0 commit comments

Comments
 (0)