diff options
Diffstat (limited to 'solenv/bin/modules')
-rw-r--r-- | solenv/bin/modules/installer/windows/msishortcutproperty.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/windows/msishortcutproperty.pm b/solenv/bin/modules/installer/windows/msishortcutproperty.pm index 019adbd28253..425ad69197b0 100644 --- a/solenv/bin/modules/installer/windows/msishortcutproperty.pm +++ b/solenv/bin/modules/installer/windows/msishortcutproperty.pm @@ -77,7 +77,7 @@ sub get_msishorcutproperty_shortcut sub get_msishortcutproperty_propertykey { - my ($msishortcutproperty, $onelanguage) = @_; + my ($msishortcutproperty) = @_; my $propertykey = ""; if ( $msishortcutproperty->{'PropertyKey'} ) { $propertykey = $msishortcutproperty->{'PropertyKey'}; } @@ -91,7 +91,7 @@ sub get_msishortcutproperty_propertykey sub get_msishortcutproperty_propvariantvalue { - my ($msishortcutproperty, $onelanguage) = @_; + my ($msishortcutproperty) = @_; my $propvariantvalue = ""; if ( $msishortcutproperty->{'PropVariantValue'} ) { $propvariantvalue = $msishortcutproperty->{'PropVariantValue'}; } |