While tracing through page_manager_enable_page() I saw that it was referencing a variable named $cache that had not been declared:

      // We want to re-cache this if it's changed so that status is properly
      // updated on the changed form.
      if (!empty($cache->changed)) {
        page_manager_set_page_cache($cache);
      }

Speaking with merlinofchaos on IRC he believed this should simply have been $page instead of $cache.

CommentFileSizeAuthor
#1 ctools-n646944.patch794 bytesDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
794 bytes

Patch attached that simply replaces $cache with $page.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed! THanks!

Status: Fixed » Closed (fixed)

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