Changeset 1181

Show
Ignore:
Timestamp:
01/09/08 03:28:49 (1 year ago)
Author:
auno
Message:

Fixed TypeKey URL parameter. BugzID:65221

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-27/lib/MT/Template/ContextHandlers.pm

    r1174 r1181  
    45494549    my $path = _hdlr_cgi_path($ctx); 
    45504550    my $comment_script = $cfg->CommentScript; 
    4551     my $static_arg = $args->{static} ? $args->{static} : "static=0"; 
     4551    my $static_arg = $args->{static} ? "static=" . $args->{static} : "static=0"; 
    45524552    my $e = $ctx->stash('entry'); 
    45534553    my $tk_version = $cfg->TypeKeyVersion ? "&v=" . $cfg->TypeKeyVersion : "";