--- branches/mojo/lib/Frey/Run.pm 2008/11/04 18:55:16 251 +++ branches/mojo/lib/Frey/Run.pm 2008/11/04 19:11:37 255 @@ -50,7 +50,7 @@ my $html; my $values = {}; - my $values = $self->config($class) if $self->can('config'); + $values = $self->config($class) if $self->can('config'); if ( @required ) { $html = qq|

Required params for $class

|;