Index: branches/5.3.x/core/units/reviews/reviews_config.php =================================================================== diff -u -N -r16171 -r16600 --- branches/5.3.x/core/units/reviews/reviews_config.php (.../reviews_config.php) (revision 16171) +++ branches/5.3.x/core/units/reviews/reviews_config.php (.../reviews_config.php) (revision 16600) @@ -1,6 +1,6 @@ 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#', ), - 'ReviewText' => Array ( - 'type' => 'string', - 'formatter' => 'kFormatter', - 'using_fck' => 1, 'default' => null, 'required' => 1, - ), + 'ReviewText' => Array ('type' => 'string', 'default' => null, 'required' => 1), 'Rating' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter',