The view setting on the RealName admin page was not being set after submitting the page. I discovered the problem as it was simply left off of the actions done upon the submission. I've attached a patch that takes care of this. It just adds one line -

variable_set('realname_view', $form_state['values']['realname_view']);

CommentFileSizeAuthor
realname-fix-admin-view-variable.patch681 byteserikwebb

Comments

erikwebb’s picture

Status: Active » Needs review
dicreat’s picture

Patch works fine for me, thanks.

black silence’s picture

Status: Needs review » Reviewed & tested by the community

works

danepowell’s picture

I can also confirm that it works.

nancydru’s picture

Status: Reviewed & tested by the community » Fixed
nancydru’s picture

Status: Fixed » Closed (fixed)

Included in 6.x-1.3