Jefferson49 / ExtendedImportExport

A webtrees 2.1 custom module for advanced GEDCOM import, export ,and filter operations. The module also supports remote downloads/uploads via URL requests.
GNU General Public License v3.0
5 stars 0 forks source link

BirthMarriageDeathGedcomFilter: https://mysite.info used instead of BASE_URL if export to server #22

Closed Jefferson49 closed 1 month ago

Jefferson49 commented 1 month ago

Observed with v4.0.1

If the filter BirthMarriageDeathGedcomFilter is used with an export to the webtrees server, a wrong URL is generated: https://mysite.info used instead of BASE_URL.

Probable reason: $params missing in function call in the following line: https://github.com/Jefferson49/ExtendedImportExport/blob/main/DownloadGedcomWithURL.php#L1702