? 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 @@
 <?php
-// $Id: plugins.inc,v 1.13.2.13 2009/11/10 18:08:50 sdboyer Exp $
+// $Id: plugins.inc,v 1.13.2.12 2009/10/14 20:00:40 merlinofchaos Exp $
 
 /**
  * @file
@@ -70,6 +70,7 @@ function panels_get_pane_content($displa
       $cache = new panels_cache_object();
       $cache->set_content($content);
       panels_set_cached_content($cache, $display, $args, $context, $pane);
+      $content->content = $cache->content;
     }
   }
 
