Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
Introduced in 6a9adc6, forgot to git
add before commit...

Fixes #13060
  • Loading branch information
dregad committed Nov 24, 2011
1 parent 6a9adc6 commit 453e7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login_page.php
Expand Up @@ -69,7 +69,7 @@
// If user is already authenticated and not anonymous
if( auth_is_user_authenticated() && !current_user_is_anonymous() ) {
// If return URL is specified redirect to it; otherwise use default page
if( !is_blank( $f_return ) {
if( !is_blank( $f_return ) ) {
print_header_redirect( $f_return, false, false, true );
}
else {
Expand Down

0 comments on commit 453e7d8

Please sign in to comment.