Everytime I save PHP access code, I get the following error:
Notice: Undefined index: help topic in views_plugin_display->options_form() (line 1471 of sites/all/modules/views/plugins/views_plugin_display.inc).
This is easily corrected by adding "help topic" to the access -> php array in views_php_views_plugins(). See the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | undefined_help_topics-1402284-1.patch | 728 bytes | Anonymous (not verified) |
| help-topic.patch | 265 bytes | joelstein |
Comments
Comment #1
Anonymous (not verified) commentedHad the same issue. Made an updated Git patch for the latest dev version.
Comment #2
philsward commented@BWPanda thx for the patch. So far, seems to work great :-)
Comment #3
pvasener commentedI had the same problem and this simple patch fixed it. I think it's safe to set it RTBC.
Comment #4
casey commented