Skip to content

Commit

Permalink
Issue #639: No need to set unused param InstallerOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Nov 16, 2020
1 parent 7f7141d commit 02f2776
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Kernel/System/Web/InterfaceInstaller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ sub new {
'Kernel::System::Log' => {
LogPrefix => $Kernel::OM->Get('Kernel::Config')->Get('CGILogPrefix') || 'Installer',
},
'Kernel::Output::HTML::Layout' => {
InstallerOnly => 1,
},
'Kernel::System::Web::Request' => {
WebRequest => $Param{WebRequest} || 0,
},
Expand Down
3 changes: 0 additions & 3 deletions Kernel/System/Web/InterfaceMigrateFromOTRS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ sub new {
'Kernel::System::Log' => {
LogPrefix => $Kernel::OM->Get('Kernel::Config')->Get('CGILogPrefix') || 'MigrateFromOTRS',
},
'Kernel::Output::HTML::Layout' => {
InstallerOnly => 1,
},
'Kernel::System::Web::Request' => {
WebRequest => $Param{WebRequest} || 0,
},
Expand Down

0 comments on commit 02f2776

Please sign in to comment.