Skip to content

Commit

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

Fixes #13060
  • Loading branch information
dregad committed Nov 24, 2011
1 parent bbebc4e commit 5d1febb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 5d1febb

Please sign in to comment.