Index: branches/5.2.x/core/units/helpers/fck_helper.php =================================================================== diff -u -N -r14843 -r15325 --- branches/5.2.x/core/units/helpers/fck_helper.php (.../fck_helper.php) (revision 14843) +++ branches/5.2.x/core/units/helpers/fck_helper.php (.../fck_helper.php) (revision 15325) @@ -1,6 +1,6 @@ '', 'body_class' => '', 'body_id' => ''); + + foreach ($transit_params as $param_name => $default_value) { + $param_value = isset($tag_params[$param_name]) ? $tag_params[$param_name] : $this->Application->GetVar($param_name); + + if ( $param_value || $default_value ) { + $ret[$param_name] = $param_value ? $param_value : $default_value; + } + } + + return $ret; + } } \ No newline at end of file Index: branches/5.2.x/core/admin_templates/popups/editor.tpl =================================================================== diff -u -N -r15042 -r15325 --- branches/5.2.x/core/admin_templates/popups/editor.tpl (.../editor.tpl) (revision 15042) +++ branches/5.2.x/core/admin_templates/popups/editor.tpl (.../editor.tpl) (revision 15325) @@ -51,7 +51,7 @@ - +