491a492 > my $template = $query->param("template"); 514a516,519 > # QUICK HACK to fix problem caused by &TWiki::Func::checkTopicEditLock hosing the template > # cgi param by calling TWiki::getOopsUrl when a topic has a unexpired lease held by the current > # user. > if ($query->param("template") =~ /^oops/) { $query->param(-name => "template", -value => $template) }