Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r9642 -r9643 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 9642) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 9643) @@ -2055,11 +2055,13 @@ /** * Performs image resize to required dimensions and returns resulting url (cached resized image) + * Do not uncomment this method, because kCatDBTagProcessor uses same method, + * but it is invoked via aggregated tag, which brokes down, when this method is uncommented * * @param Array $params * @return string */ - function ImageSrc($params) + /*function ImageSrc($params) { $max_width = isset($params['MaxWidth']) ? $params['MaxWidth'] : false; $max_height = isset($params['MaxHeight']) ? $params['MaxHeight'] : false; @@ -2071,7 +2073,7 @@ $field = $this->SelectParam($params, 'name,field'); return $object->GetField($field, 'resize:'.$max_width.'x'.$max_height.';wm:'.$logo_filename.'|'.$logo_h_margin.'|'.$logo_v_margin); - } + }*/ } ?> \ No newline at end of file