From 549c1e8d4ba06eb10432d9fa849d94500ff37985 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 8 Mar 2008 13:39:31 +0000 Subject: * added missing call to fetchInstalledPlugins() in case the vendor-OS already exists - causing automatic re-installation of plugins after a re-installation or re-cloning of a vendor-OS to work. Well, at least I hope it does fix it - as it's not yet tested. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1611 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Engine.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 643802e4..61db7f85 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -592,6 +592,8 @@ sub addInstalledVendorOSToConfigDB ) ); } + # re-install plugins of this vendor-OS + @plugins = $openslxDB->fetchInstalledPlugins($vendorOS->{id}); } else { my $data = { 'name' => $vendorOSName }; -- cgit v1.2.3-55-g7522