"Overwrite user fields in view" variable not setting in admin page
erikwebb - May 14, 2009 - 19:28
| Project: | RealName |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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']);
| Attachment | Size |
|---|---|
| realname-fix-admin-view-variable.patch | 681 bytes |

#1
#2
Patch works fine for me, thanks.
#3
works
#4
I can also confirm that it works.
#5
Fixed by #579040: Some bugfixes.
#6
Included in 6.x-1.3