Index: trunk/core/kernel/session/session.php =================================================================== diff -u -r2385 -r2491 --- trunk/core/kernel/session/session.php (.../session.php) (revision 2385) +++ trunk/core/kernel/session/session.php (.../session.php) (revision 2491) @@ -581,7 +581,7 @@ { if( $this->Application->GetVar('t') != 'help' ) { - $this->StoreVar('last_template', basename($_SERVER['PHP_SELF']).'|'.substr($this->Application->BuildEnv($this->Application->GetVar('t'), Array('m_opener' => 'u'), 'all', true), strlen(ENV_VAR_NAME)+1 )); + $this->StoreVar('last_template', basename($_SERVER['PHP_SELF']).'|'.substr($this->Application->BuildEnv($this->Application->GetVar('t'), Array('m_opener' => 'u'), 'all'), strlen(ENV_VAR_NAME)+1 )); } $this->StoreVar('last_env', substr($this->Application->BuildEnv($this->Application->GetVar('t'),Array('pass'=>'all')), strlen(ENV_VAR_NAME)+1 )); $this->PrintSession('after save');