Migrate initial setup to WebGUI::Wizard

This commit is contained in:
Doug Bell 2010-04-26 17:11:29 -05:00
parent 59b7de0d0c
commit ce26a84e87
5 changed files with 43 additions and 614 deletions

View file

@ -1,6 +1,6 @@
package WebGUI::Content::Wizard;
sub process {
sub handler {
my ( $session ) = @_;
if ( $session->form->get('op') eq 'wizard' && $session->form->get('wizard_class') ) {