--- Webpacus/lib/Webpacus.pm 2006/02/19 22:40:40 405 +++ Webpacus/lib/Webpacus.pm 2006/03/19 22:57:05 422 @@ -20,7 +20,7 @@ /; # FormValidator -our $VERSION = '0.33-dev'; +our $VERSION = '0.34-dev'; # # Configure the application @@ -59,7 +59,7 @@ my ( $self, $c ) = @_; $c->stash->{template} = 'index.tt'; - my $site_name = shift @{ $c->req->args }; + my $site_name = shift @{ $c->req->args } || ''; $c->log->debug("trying site name: $site_name");