| |||||||||||||||||||||||
| |||||||||||||||||||||||
| Bug [# 1929] Image handling bugs |
| Category: | Products/Categories Administration | Severity: | -- | Version: | VirtueMart 1.1.0 RC2 |
| Joomla! Version: | -- | Browser Version: | -- | Fixed in Version: | Virtuemart 1.1.0 RC3 |
| Description: | |
In ps_product.php ( I think its bug, but not sure)
Line 125
if( $db->f("product_full_image") && substr( $db->f("product_thumb_image"), 0, 4) != "http") {
edit to
if( $db->f("product_full_image") && substr( $db->f("product_full_image"), 0, 4) != "http") {
| Details: | |