summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kröll <pepl@cpan.org>2008-12-01 22:59:59 +0100
committerMichael Kröll <pepl@cpan.org>2008-12-01 22:59:59 +0100
commit45167e9c07889567ef78192901e7775d0601da7c (patch)
tree4641831250d77ca92f41bd1b8291b53d98ecaa03
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-45167e9c07889567ef78192901e7775d0601da7c.tar.gz
Simple-OpenID-45167e9c07889567ef78192901e7775d0601da7c.tar.bz2
Simple-OpenID-45167e9c07889567ef78192901e7775d0601da7c.zip
Typo
-rw-r--r--lib/PAUSE/OpenID/Controller/Root.pm2
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'));
}