diff --git a/passwd/save_passwd.cgi b/passwd/save_passwd.cgi index 45cef8bc6..6b1c9510d 100755 --- a/passwd/save_passwd.cgi +++ b/passwd/save_passwd.cgi @@ -90,7 +90,7 @@ else { # Show a confirmation message &ui_print_header(undef, $text{'passwd_title'}, ""); if (($user->{'user'} eq $remote_user || $user->{'user'} eq $base_remote_user) && - !$session_id) { + !$main::session_id) { print "
",&text('passwd_ok', "$user->{'user'}"),"
\n"; } else {