diff options
Diffstat (limited to 'app/Module/ClippingsCart')
| -rw-r--r-- | app/Module/ClippingsCart/ClippingsCart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/ClippingsCart/ClippingsCart.php b/app/Module/ClippingsCart/ClippingsCart.php index 1f4475eb86..1f4923a23d 100644 --- a/app/Module/ClippingsCart/ClippingsCart.php +++ b/app/Module/ClippingsCart/ClippingsCart.php @@ -158,7 +158,7 @@ class ClippingsCart { } elseif ($this->action === 'download') { $media = array(); $mediacount = 0; - $filetext = gedcom_header($WT_TREE->getName()); + $filetext = gedcom_header($WT_TREE); // Include SUBM/SUBN records, if they exist $subn = Database::prepare("SELECT o_gedcom FROM `##other` WHERE o_type=? AND o_file=?") |
