diff --git a/etemplate/inc/class.uietemplate.inc.php b/etemplate/inc/class.uietemplate.inc.php index 28d3f74c5c..89e5b2eaf2 100644 --- a/etemplate/inc/class.uietemplate.inc.php +++ b/etemplate/inc/class.uietemplate.inc.php @@ -429,7 +429,7 @@ foreach($sess as $key => $val) if ($this->sitemgr) return false; //echo "uitemplate::process_exec() id='$_POST[etemplate_exec_id]' invalid session-data !!!"; _debug_array($_SESSION); // this prevents an empty screen, if the sessiondata gets lost somehow - $this->location(array('menuaction' => $_GET['menuaction'])); + $this->location(array('menuaction' => $_GET['menuaction'],'post_empty' => (int)!$_POST)); } $this->name_vars = $session_data['name_vars']; if (isset($submit_button) && !empty($submit_button))