We call directly into WebGUI::Wizard::HomePage, but it isn't necessary loaded it. 'use' it.
This commit is contained in:
parent
f2561a7491
commit
a8e179a47b
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ package WebGUI::Wizard::Setup;
|
|||
use strict;
|
||||
use base 'WebGUI::Wizard';
|
||||
|
||||
use WebGUI::Wizard::HomePage;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
WebGUI::Wizard::Setup -- Initial site setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue