View | Details | Raw Unified | Return to issue 120476
Collapse All | Expand All

(-)a/main/solenv/bin/modules/installer/scriptitems.pm (-10 / +6 lines)
Lines 538-548 sub add_bundled_extension_blobs Link Here
538
        {
538
        {
539
            push @bundle_files, $bundlehttpsrc . $name;
539
            push @bundle_files, $bundlehttpsrc . $name;
540
        }
540
        }
541
        # file:// extensions are taken from the solver bin/ directory.
541
        # file:// extensions are added as pre-registered in add_bundled_prereg_extension().
542
        for my $name (ExtensionsLst::GetExtensionList("file", @installer::globals::languageproducts))
543
        {
544
            push @bundle_files, $bundlefilesrc . $name;
545
        }
546
    }
542
    }
547
543
548
    installer::logger::print_message(
544
    installer::logger::print_message(
Lines 606-616 sub add_bundled_prereg_extensions Link Here
606
    }
602
    }
607
    else
603
    else
608
    {
604
    {
609
        # Add the default rextensions for the current language set.
605
        # Add extensions from file:// URLs.
610
606
        for my $name (ExtensionsLst::GetExtensionList("file", @installer::globals::languageproducts))
611
        # file:// URLs are currently handled by add_bundled_extension_blobs(@), therefore
607
        {
612
        # we may not their handling here anmore.
608
            push @bundle_files, $name;
613
        # @bundle_files = ExtensionsLst::GetExtensionList("file", @installer::globals::languageproducts);
609
        }
614
    }
610
    }
615
611
616
    installer::logger::print_message(
612
    installer::logger::print_message(

Return to issue 120476