Changeset 2115 for branches/release-36/lib/MT/CMS/Blog.pm
- Timestamp:
- 04/26/08 06:54:49 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-36/lib/MT/CMS/Blog.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/lib/MT/CMS/Blog.pm
r2103 r2115 588 588 my $no_static = $q->param('no_static'); 589 589 my $template_id = $q->param('template_id'); 590 my $map_id = $q->param('templatemap_id'); 590 591 591 592 my ($tmpl_saved); … … 709 710 FilterCallback => $cb, 710 711 $no_static ? ( NoStatic => 1 ) : (), 711 $template_id ? ( TemplateID => $template_id ) : (), 712 $template_id ? ( TemplateID => $template_id, Force => 1 ) : (), 713 $map_id ? ( TemplateMap => $template_id, Force => 1 ) : (), 712 714 ) or return $app->publish_error(); 713 715 $offset += $count; … … 906 908 } 907 909 908 my $type = $q->param('type') ;910 my $type = $q->param('type') || ''; 909 911 my $next = $q->param('next') || 0; 910 912 my @order = split /,/, $type;
