Whenever caches are cleared when Panelizer is enabled, I get the following PHP notice:

Notice: Undefined index: configurable in actions_synchronize() (line 285 of /home/dave/Dropbox/Projects/drupal7dev/includes/actions.inc).

This is because the 'configurable' key is required in hook_action_info().

Comments

dave reid’s picture

Status: Active » Needs review
StatusFileSize
new357 bytes
gilgabar’s picture

Status: Needs review » Reviewed & tested by the community

Solves the problem for me.

twistor’s picture

I was getting this as well. Patch works.

damienmckenna’s picture

Status: Reviewed & tested by the community » Fixed

Committed to the 7.x-2.x branch.

damienmckenna’s picture

Also committed to the 7.x-3.x branch.

Status: Fixed » Closed (fixed)

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