Index: branches/5.2.x/core/units/images/image_tag_processor.php =================================================================== diff -u -N -r16016 -r16023 --- branches/5.2.x/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 16016) +++ branches/5.2.x/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 16023) @@ -1,6 +1,6 @@ SelectParam($params, 'Crop,crop'); if ($crop) { - if (strpos($crop, ';') === false) { + if (strpos($crop, '|') === false) { $crop = 'c|c'; }