Index: branches/5.0.x/core/kernel/utility/http_query.php =================================================================== diff -u -r12877 -r12953 --- branches/5.0.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 12877) +++ branches/5.0.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 12953) @@ -1,6 +1,6 @@ Application->GetVar('passed'); + + if (!array_key_exists('editing_mode', $module_params)) { + $module_params['editing_mode'] = ''; + } + $env = $this->Application->BuildEnv( $this->Get('t'), $module_params, $passed, false, false ); $this->Set(ENV_VAR_NAME, $env); $_REQUEST['env'] = $_GET['env'] = $env; // for capability with old in-portal code