Index: trunk/core/kernel/session/session.php =================================================================== diff -u -r3559 -r3567 --- trunk/core/kernel/session/session.php (.../session.php) (revision 3559) +++ trunk/core/kernel/session/session.php (.../session.php) (revision 3567) @@ -642,7 +642,7 @@ { if( $this->Application->GetVar('t') != 'help' && !$this->Application->GetVar('skip_last_template')) { - $last_env = $this->Application->BuildEnv($this->Application->GetVar('t'), Array('m_opener' => 'u'), 'all'); + $last_env = $this->Application->BuildEnv($this->Application->GetVar('t'), Array('m_opener' => 'u', '__URLENCODE__' => 1), 'all'); $last_template = basename($_SERVER['PHP_SELF']).'|'; $last_template .= substr($last_env, strlen(ENV_VAR_NAME) + 1); $this->StoreVar('last_template', $last_template);