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']);
| Comment | File | Size | Author |
|---|---|---|---|
| realname-fix-admin-view-variable.patch | 681 bytes | erikwebb |
Comments
Comment #1
erikwebb commentedComment #2
dicreat commentedPatch works fine for me, thanks.
Comment #3
black silence commentedworks
Comment #4
danepowell commentedI can also confirm that it works.
Comment #5
nancydruFixed by #579040: Some bugfixes.
Comment #6
nancydruIncluded in 6.x-1.3