File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ sub displayLogin {
590
590
$vars -> {title } = $i18n -> get(66);
591
591
my $action ;
592
592
if ($self -> session-> setting-> get(" encryptLogin" )) {
593
- my $uri = URI-> new($session -> url-> page(undef ,1));
593
+ my $uri = URI-> new($self -> session-> url-> page(undef ,1));
594
594
$uri -> scheme(' https' );
595
595
$uri -> host_port($uri -> host);
596
596
$action = $uri -> as_string;
@@ -928,7 +928,7 @@ sub login {
928
928
my $currentUrl = URI-> new($self -> session-> url-> page(undef ,1));
929
929
$currentUrl -> scheme(' http' );
930
930
$currentUrl -> port($self -> session-> config-> get(' webServerPort' ) || 80);
931
- $self -> session-> http-> setRedirect($currentUrl -> canonical-> as -string );
931
+ $self -> session-> http-> setRedirect($currentUrl -> canonical-> as_string );
932
932
}
933
933
934
934
# Get open version tag. This is needed if we want
You can’t perform that action at this time.
0 commit comments