/[drupal]/contributions/modules/panels/includes/plugins.inc
ViewVC logotype

Diff of /contributions/modules/panels/includes/plugins.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.13.2.13 by sdboyer, Tue Nov 10 18:08:50 2009 UTC revision 1.13.2.14 by merlinofchaos, Thu Nov 19 17:41:44 2009 UTC
# Line 70  function panels_get_pane_content($displa Line 70  function panels_get_pane_content($displa
70        $cache = new panels_cache_object();        $cache = new panels_cache_object();
71        $cache->set_content($content);        $cache->set_content($content);
72        panels_set_cached_content($cache, $display, $args, $context, $pane);        panels_set_cached_content($cache, $display, $args, $context, $pane);
73          $content->content = $cache->content;
74      }      }
75    }    }
76    

Legend:
Removed from v.1.13.2.13  
changed lines
  Added in v.1.13.2.14

  ViewVC Help
Powered by ViewVC 1.1.3