? panels_pane_esi_cache.patch Index: plugins.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/panels/includes/plugins.inc,v retrieving revision 1.13.2.13 diff -u -p -r1.13.2.13 plugins.inc --- plugins.inc 10 Nov 2009 18:08:50 -0000 1.13.2.13 +++ plugins.inc 17 Nov 2009 04:19:20 -0000 @@ -1,5 +1,5 @@ set_content($content); panels_set_cached_content($cache, $display, $args, $context, $pane); + $content->content = $cache->content; } }