When the setting "Redirect authenticated users to" is empty, the module is supposed to render the result of theme('r4032login_denied') for 403 error, but it is not, instead the default error message from common.inc is rendered (it happens to be the same as the default theme('r4032login_denied') result, so unless you changed the theme('r4032login_denied') you won't notice).

The problem is the code

return drupal_set_page_content(theme('r4032login_denied'));

drupal_set_page_content doesn't return anything, so this makes the return of r4032login_redirect empty.

CommentFileSizeAuthor
#1 r4032login-1797744-1.patch527 bytesjrao

Comments

jrao’s picture

Status: Active » Needs review
StatusFileSize
new527 bytes

A patch to fix this.

deekayen’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.