Remove Session::Env, migrate code to Plack::Request object in Session, and WebGUI::Session::Request
This commit is contained in:
parent
005b9da1ac
commit
e0177dc666
27 changed files with 131 additions and 285 deletions
|
|
@ -54,7 +54,7 @@ sub process {
|
|||
my $append = 'op=makePrintable';
|
||||
$temp = $session->url->page($append);
|
||||
$temp =~ s/\/\//\//;
|
||||
$temp = $session->url->append($temp,$session->env->get("QUERY_STRING"));
|
||||
$temp = $session->url->append($temp,$session->request->env->{"QUERY_STRING"});
|
||||
if ($param[1] ne "") {
|
||||
$temp = $session->url->append($temp,'styleId='.$param[1]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue