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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BWPanda’s picture

Component: Access Plugin » Code
FileSize
728 bytes

Had the same issue. Made an updated Git patch for the latest dev version.

philsward’s picture

@BWPanda thx for the patch. So far, seems to work great :-)

pvasener’s picture

Status: Needs review » Reviewed & tested by the community

I had the same problem and this simple patch fixed it. I think it's safe to set it RTBC.

casey’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit cb0ad27 on 7.x-1.x, 7.x-2.x authored by BWPanda, committed by casey:
    Issue #1402284 by joelstein,BWPanda: Undefined index: help topic.