diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-09-21 11:02:03 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-09-21 11:02:03 +0100 |
| commit | 7dd04261a10e73e9dba0b8eeabc98569bfa66e15 (patch) | |
| tree | b3bd99a783c83d98abc32fc828fa6be6fde96a01 /app/Http/RequestHandlers/GedcomLoad.php | |
| parent | 783b32e3a5ee549486e64373d0161e7a55b5a7c0 (diff) | |
| download | webtrees-7dd04261a10e73e9dba0b8eeabc98569bfa66e15.tar.gz webtrees-7dd04261a10e73e9dba0b8eeabc98569bfa66e15.tar.bz2 webtrees-7dd04261a10e73e9dba0b8eeabc98569bfa66e15.zip | |
CodeStyle
Diffstat (limited to 'app/Http/RequestHandlers/GedcomLoad.php')
| -rw-r--r-- | app/Http/RequestHandlers/GedcomLoad.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/RequestHandlers/GedcomLoad.php b/app/Http/RequestHandlers/GedcomLoad.php index e6231b85df..afc1d67ad6 100644 --- a/app/Http/RequestHandlers/GedcomLoad.php +++ b/app/Http/RequestHandlers/GedcomLoad.php @@ -106,7 +106,7 @@ class GedcomLoad implements RequestHandlerInterface // Calculate progress so far $progress = $import_offset / $import_total; - $first_time = ($import_offset === 0); + $first_time = $import_offset === 0; // Collect up any errors, and show them later. $errors = ''; |
