diff options
author | Michael Kröll <pepl@cpan.org> | 2008-12-01 22:59:59 +0100 |
---|---|---|
committer | Michael Kröll <pepl@cpan.org> | 2008-12-01 22:59:59 +0100 |
commit | 45167e9c07889567ef78192901e7775d0601da7c (patch) | |
tree | 4641831250d77ca92f41bd1b8291b53d98ecaa03 /lib/PAUSE/OpenID/Controller/Root.pm | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-45167e9c07889567ef78192901e7775d0601da7c.tar.gz Simple-OpenID-45167e9c07889567ef78192901e7775d0601da7c.tar.bz2 Simple-OpenID-45167e9c07889567ef78192901e7775d0601da7c.zip |
Typo
Diffstat (limited to 'lib/PAUSE/OpenID/Controller/Root.pm')
-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')); } |