diff options
Diffstat (limited to 'lib/PAUSE')
-rw-r--r-- | lib/PAUSE/OpenID/Controller/Root.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PAUSE/OpenID/Controller/Root.pm b/lib/PAUSE/OpenID/Controller/Root.pm index ca52356..758eee6 100644 --- a/lib/PAUSE/OpenID/Controller/Root.pm +++ b/lib/PAUSE/OpenID/Controller/Root.pm @@ -29,7 +29,7 @@ PAUSE::OpenID::Controller::Root - Root Controller for PAUSE::OpenID sub index :Path :Args(0) { my ( $self, $c ) = @_; - if ( not $c->req->param('openid.return_url') ) { + if ( not defined $c->req->param('openid.return_to') ) { #$c->flash->{xml} = '<document><error_message>Missing parameter</error_message></document>'; $c->res->redirect($c->uri_for('/error')); } |