Index: plugins/lemans-solr-search/trunk/includes/template_functions.php =================================================================== diff -u -r1297 -r1348 --- plugins/lemans-solr-search/trunk/includes/template_functions.php (.../template_functions.php) (revision 1297) +++ plugins/lemans-solr-search/trunk/includes/template_functions.php (.../template_functions.php) (revision 1348) @@ -70,8 +70,7 @@ if (!empty($entity['mediaUrl'])) { $strUrl .= $protocol . $server . $entity['prefixUrl'] . $entity['mediaUrl'] . '.' . $entity['extension']; } elseif (!empty($entity['mediaGroupMediaUrl'])) { - //TODO change this to $entity['mediaGroupPrefixUrl'], not 'edge' - $strUrl .= $protocol . $server . 'edge' . $entity['mediaGroupMediaUrl'] . '.' . $entity['mediaGroupExtension']; + $strUrl .= $protocol . $server . $entity['mediaGroupPrefixUrl'] . $entity['mediaGroupMediaUrl'] . '.' . $entity['mediaGroupExtension']; } elseif (!empty($entity['productGroupMediaUrl'])) { $strUrl .= $protocol . $server . $entity['productGroupPrefixUrl'] . $entity['productGroupMediaUrl'] . '.' . $entity['productGroupExtension'];