Index: branches/5.2.x/core/kernel/utility/validator.php =================================================================== diff -u -N -r14632 -r15234 --- branches/5.2.x/core/kernel/utility/validator.php (.../validator.php) (revision 14632) +++ branches/5.2.x/core/kernel/utility/validator.php (.../validator.php) (revision 15234) @@ -1,6 +1,6 @@ SetError($field, 'length_out_of_range', null, $error_params); return false; Index: branches/5.2.x/core/units/content/content_config.php =================================================================== diff -u -N -r14856 -r15234 --- branches/5.2.x/core/units/content/content_config.php (.../content_config.php) (revision 14856) +++ branches/5.2.x/core/units/content/content_config.php (.../content_config.php) (revision 15234) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'RevisionId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Content' => Array ( - 'type' => 'string', 'min_len' => 0, 'max_len' => 65536, + 'type' => 'string', 'max_len' => 65536, 'formatter' => 'kMultiLanguage', 'using_fck' => 1, 'default' => '' ),