Merge branch 'WebGUI8' of github.com:plainblack/webgui into 8
Conflicts: lib/WebGUI.pm lib/WebGUI/Auth/WebGUI.pm sbin/findBrokenAssets.pl sbin/testEnvironment.pl
This commit is contained in:
commit
677ac978b6
89 changed files with 1064 additions and 448 deletions
|
|
@ -185,7 +185,7 @@ sub www_login {
|
|||
->extend_permissions(qw(email))
|
||||
->uri_as_string;
|
||||
|
||||
$session->http->setRedirect($auth_url);
|
||||
$session->response->setRedirect($auth_url);
|
||||
return "redirect";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ sub www_login {
|
|||
$scratch->set( 'AuthTwitterToken', $nt->request_token );
|
||||
$scratch->set( 'AuthTwitterTokenSecret', $nt->request_token_secret );
|
||||
|
||||
$session->http->setRedirect($auth_url);
|
||||
$session->response->setRedirect($auth_url);
|
||||
return "redirect";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue