Index: trunk/core/units/general/inp1_parser.php =================================================================== diff -u -N -r2127 -r2143 --- trunk/core/units/general/inp1_parser.php (.../inp1_parser.php) (revision 2127) +++ trunk/core/units/general/inp1_parser.php (.../inp1_parser.php) (revision 2143) @@ -14,7 +14,7 @@ if($var_list['t'] != $this->Application->GetVar('t')) { $get = $_GET; - unset($get['env']); + unset($get['env'], $get['Action']); $this->Application->StoreVar('K4_Template_Referer', $this->Application->GetVar('t') ); $this->Application->Redirect($var_list['t'], $get); Index: trunk/kernel/units/general/inp1_parser.php =================================================================== diff -u -N -r2127 -r2143 --- trunk/kernel/units/general/inp1_parser.php (.../inp1_parser.php) (revision 2127) +++ trunk/kernel/units/general/inp1_parser.php (.../inp1_parser.php) (revision 2143) @@ -14,7 +14,7 @@ if($var_list['t'] != $this->Application->GetVar('t')) { $get = $_GET; - unset($get['env']); + unset($get['env'], $get['Action']); $this->Application->StoreVar('K4_Template_Referer', $this->Application->GetVar('t') ); $this->Application->Redirect($var_list['t'], $get);