In D7.8, on submitting /admin/config/system/nodeaccess, I get this error:
Notice: Undefined variable: alias_prefs in nodeaccess_admin_form_submit() (line 351 of /Applications/MAMP/htdocs/mediation-d7/sites/all/modules/nodeaccess/nodeaccess.module).
Settings:
Give node grants priority -> unchecked
Preserve hidden grants -> checked
Allowed Grants -> all checked
Allowed Roles -> default settings (notting checked, nothing filled)
My node type -> see attached screemdump
| Comment | File | Size | Author |
|---|---|---|---|
| nodeaccess-error.png | 33.75 KB | hanskuiters |
Comments
Comment #1
hanskuiters commentedSolution:
change #351
with
Comment #2
MStrzelecki_ commentedYour patches are great ! Good job! Thanks!
Comment #3
vlad.pavlovic commentedFixed by initializing $alias_prefs to array(). Already committed to dev. Thanks.