diff options
| -rw-r--r-- | app/Functions/FunctionsImport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Functions/FunctionsImport.php b/app/Functions/FunctionsImport.php index 23468e5764..b625a9e6b5 100644 --- a/app/Functions/FunctionsImport.php +++ b/app/Functions/FunctionsImport.php @@ -1018,7 +1018,7 @@ class FunctionsImport { if (preg_match('/\n\d TITL (.+)/', $gedrec, $file_match)) { $titl = $file_match[1]; } else { - $titl = $file; + $titl = ''; } // Have we already created a media object with the same title/filename? |
