Index: branches/release-35/lib/MT/CMS/Template.pm
===================================================================
--- branches/release-35/lib/MT/CMS/Template.pm (revision 1913)
+++ branches/release-35/lib/MT/CMS/Template.pm (revision 1949)
@@ -474,4 +474,5 @@
         if ($blog) {
             $param->{include_with_ssi}      = 0;
+            $param->{cache_path}            = '';
             $param->{cache_enabled}         = 0;
             $param->{cache_expire_type}     = 0;
@@ -483,4 +484,6 @@
             $param->{include_with_ssi} = $obj->include_with_ssi
               if defined $obj->include_with_ssi;
+            $param->{cache_path}       = $obj->cache_path
+              if defined $obj->cache_path;
             $param->{cache_enabled} = $obj->use_cache
               if defined $obj->use_cache;
@@ -1237,4 +1240,5 @@
     # module caching
     $obj->include_with_ssi( $app->param('include_with_ssi') ? 1 : 0 );
+    $obj->cache_path( $app->param('cache_path'));
     $obj->use_cache( $app->param('cache_enabled')           ? 1 : 0 );
     my $cache_expire_type = $app->param('cache_expire_type');
